TcxTreeListBandRow.BandRows Property
Provides access to the collection of band rows associated with the current row’s band.
Declaration
property BandRows: TcxTreeListBandRows read;
Property Value
Type |
---|
TcxTreeListBandRows |
Remarks
To access a particular band row in this collection, use the BandRows.Items property.
See Also