FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / NodeMoveEnum Enumeration

In This Topic
    NodeMoveEnum Enumeration
    In This Topic
    Specifies the destination of nodes when they are moved with the Node.Move method.
    Syntax
    'Declaration
     
    
    Public Enum NodeMoveEnum 
       Inherits System.Enum
    public enum NodeMoveEnum : 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

    See Also