Skip to main content

TcxTreeListBandRows.Items Property

Provides indexed access to band rows contained within the current collection.

Declaration

property Items[Index: Integer]: TcxTreeListBandRow read; default;

Property Value

Type
TcxTreeListBandRow

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