FlexGrid for WinForms
NodeMoveEnum Enumeration



Specifies the destination of nodes when they are moved with the Node.Move method.
Syntax
'Declaration
 
Public Enum NodeMoveEnum 
   Inherits System.Enum
'Usage
 
Dim instance As NodeMoveEnum
public enum NodeMoveEnum : System.Enum 
public enum class NodeMoveEnum : public System.Enum 
Members
MemberDescription
ChildOfMake the node a child of the specified node.
DownMove the node to the position after its next sibling.
FirstMove the node to the position before its first sibling.
InMove the node one level in, deeper into the outline.
LastMove the node to the position after its last sibling.
OutMove the node one level out, towards the root.
UpMove the node to the position before its previous sibling.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.NodeMoveEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback