Back to Devexpress

TcxGridBandRows Class

vcl-cxgridbandedtableview-60cccf47.md

latest1.1 KB
Original Source

TcxGridBandRows Class

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

Declaration

delphi
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

TcxGridBandRow

TcxGridBand.Rows

TcxGridBandRows Members

cxGridBandedTableView Unit