TcxTreeListNode.ChildVisibleCount Property
In This Article
Returns the number of the node’s children available in the View.
#Declaration
Delphi
property ChildVisibleCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Filtered out children (whose Visible property is False) are not taken into account.
See Also