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