ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / Node Class / Children Property

In This Topic
    Children Property
    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