FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class
Properties Methods


In This Topic
    Node Class Members
    In This Topic

    The following tables list the members exposed by Node.

    Public Properties
     NameDescription
    Public PropertyGets or sets the checkbox value associated with this node.  
    Public PropertyGets the number of child nodes under this node.  
    Public PropertyGets or sets whether this node is collapsed.  
    Public PropertyGets or sets the data on this node row at the column that contains the outline tree.  
    Public PropertyGets or sets whether this node is expanded.  
    Public PropertyGets the first child node.  
    Public PropertyGets the first sibling node.  
    Public PropertyGets the first visible child node.  
    Public PropertyGets whether any child of node is visible.  
    Public PropertyGets or sets the image on this node row at the column that contains the outline tree.  
    Public PropertyGets the index of this node in the collection.  
    Public PropertyGets or sets the RowCol.UserData associated with this node row.  
    Public PropertyGets the last child node.  
    Public PropertyGets the last sibling node.  
    Public PropertyGets or sets the outline level for this node.  
    Public PropertyGets the next sibling node.  
    Public PropertyGets the next visible sibling node.  
    Public PropertyGets an array containing the children of this node.  
    Public PropertyGets the parent node of this node.  
    Public PropertyGets the previous sibling node.  
    Public PropertyGets the previous visible sibling node.  
    Public PropertyReturns a reference to the Row object that corresponds to this node.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a node row at a specified position relative to this node.  
    Public MethodEnsures that this node is visible, expanding its parent nodes and scrolling it into view if necessary.  
    Public MethodReturns a CellRange object containing this row and all its child rows.  
    Public MethodReturns a reference to a node located at a given position relative to this node.  
    Public MethodOverloaded. Moves a node to a new position.  
    Public MethodRemoves this node row and all its child rows (nodes and data) from the grid.  
    Public MethodSelects the node.  
    Public MethodOverloaded. Sorts this node's child nodes in the specified order.  
    Top
    See Also