Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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