Skip to main content
A newer version of this page is available. .

TcxTreeListBands.VisibleItems Property

Provides indexed access to all visible bands in the current band collection.

Declaration

property VisibleItems[Index: Integer]: TcxTreeListBand read;

Property Value

Type
TcxTreeListBand

Remarks

To determine the number of items within the VisibleItems collection, use the VisibleItemCount property.

See Also