FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / Node Property

In This Topic
    Node Property (Row)
    In This Topic
    Gets the Node object associated with this row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Node As Node
    public Node Node {get;}
    Remarks

    If the row is a node (see the IsNode property), this property returns a Node object that can be used to collapse or expand the node, set its level within the outline tree, etc.

    If the row is not a node, this property gets the row's parent node.

    See Also