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

In This Topic
    Children Property (Node)
    In This Topic
    Gets the number of child nodes under this node.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As Integer
    public int Children {get;}
    Remarks
    Only immediate children are included in the count. Grand-children are not included.
    See Also