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