Skip to main content

TcxTreeListBands.VisibleRootItems Property

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

Declaration

property VisibleRootItems[Index: Integer]: TcxTreeListBand read;

Property Value

Type
TcxTreeListBand

Remarks

To determine the number of items within the VisibleRootItems collection, use the VisibleRootItemCount property.

See Also