TcxTreeListBandRows.VisibleItems Property
Provides indexed access to band rows in the current collection that are currently visible within the column header panel.
Declaration
property VisibleItems[Index: Integer]: TcxTreeListBandRow read;
Property Value
Type | Description |
---|---|
TcxTreeListBandRow | A tree list band row. |
Remarks
If a band row does not display any column header and its VisibleItemCount property returns 0
, this band row is not removed from the TcxTreeListBandRows collection (the Items property). Instead, the band row is marked as hidden, and is removed from the VisibleItems
collection.
Use the VisibleItemCount property to determine the number of band rows within the VisibleItems
collection.
See Also