TcxGridBandRow.BandRows Property
In This Article
Specifies a collection of rows within a band to which the current TcxGridBandRow object belongs.
#Declaration
Delphi
property BandRows: TcxGridBandRows read;
#Property Value
Type |
---|
Tcx |
#Remarks
The BandRows property returns the reference to a collection containing the current row. See the TcxGridBandRows.Count property to ascertain the number of rows in the collection. To access a row at a specific index, use the TcxGridBandRows.Items property.
See Also