C1.Win.FlexGrid 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
 
Remarks
Only immediate children are included in the count. Grand-children are not included.
See Also