Skip to main content

TcxGridBandRow.BandRows Property

Specifies a collection of rows within a band to which the current TcxGridBandRow object belongs.

Declaration

property BandRows: TcxGridBandRows read;

Property Value

Type
TcxGridBandRows

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