TcxTreeListBandRows.Items Property
In This Article
Provides indexed access to band rows contained within the current collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxTreeListBandRow read; default;
#Property Value
Type | Description |
---|---|
Tcx |
A tree list band row. |
#Remarks
Use the Count property to determine the number of band rows within the Items
collection. To access band rows that are currently visible within the column header panel, use the VisibleItems property.
See Also