TcxTreeListBand.BandRows Property
In This Article
Provides access to the collection of band rows associated with the current band.
#Declaration
Delphi
property BandRows: TcxTreeListBandRows read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the BandRows.Items property to access a specific row by its index within the collection. Refer to the TcxTreeListBandRows class description for detailed information on available options.
See Also