Skip to main content
A newer version of this page is available. .

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