TcxTreeListBands.Items Property
Returns indexed access to individual bands within the collection.
Declaration
property Items[AIndex: Integer]: TcxTreeListBand read; write; default;
Property Value
Type |
---|
TcxTreeListBand |
Remarks
The AIndex parameter represents the zero-based index of the band.
To determine the number of bands within the collection, use the Count property.
See Also