TcxGridBandRows Class
In This Article
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.
See Also