ComponentOne FlexGrid for WinForms
Children Property

C1.Win.C1FlexGrid Namespace > Node Class : Children Property
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

Reference

Node Class
Node Members