Skip to main content

TcxTreeListNode.ChildVisibleCount Property

Returns the number of the node’s children available in the View.

Declaration

property ChildVisibleCount: Integer read;

Property Value

Type
Integer

Remarks

Filtered out children (whose Visible property is False) are not taken into account.

See Also