TcxTreeListBand.BandRows Property
Provides access to the collection of band rows associated with the current band.
Declaration
property BandRows: TcxTreeListBandRows read;
Property Value
Type |
---|
TcxTreeListBandRows |
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