Skip to main content

TcxCustomTreeList.AbsoluteVisibleCount Property

Returns the number of nodes that are visible in the tree list.

Declaration

property AbsoluteVisibleCount: Integer read;

Property Value

Type
Integer

Remarks

This property returns the number of nodes provided by the AbsoluteVisibleItems property. To obtain the number of all nodes created in the tree list, regardless of their hierarchy level and visibility, use the AbsoluteCount property.

See Also