TcxTreeListBands.VisibleRootItems Property
In This Article
Provides indexed access to visible root bands in the current band collection.
#Declaration
Delphi
property VisibleRootItems[Index: Integer]: TcxTreeListBand read;
#Property Value
Type |
---|
Tcx |
#Remarks
To determine the number of items within the VisibleRootItems collection, use the VisibleRootItemCount property.
See Also