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

In This Topic
    Nodes Property (Node)
    In This Topic
    Gets an array containing the children of this node.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Nodes As Node()
    public Node[] Nodes {get;}
    See Also