Skip to main content

TcxGridBandRows Class

Represents a collection of rows belonging to a specific band in a Banded Table View.

Declaration

TcxGridBandRows = class(
    TObject
)

Remarks

The TcxGridBandRows class stores rows belonging to the band passed as the constructor parameter. Use the TcxGridBand.Rows property to access a collection of rows for this band. TcxGridBandRows provides the Items array property which supports a collection of individual rows (TcxGridBandRow). Visible rows can be accessed via the VisibleItems property.

Inheritance

TObject
TcxGridBandRows
See Also