TcxTreeListNode.Count Property
Returns the number of child nodes.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the Count property to obtain the number of child nodes owned by the node. You can access all child nodes of the node via the Items property.
See Also