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

TcxGridBand.Rows Property

Returns the band rows collection associated with the current band.

#Declaration

Delphi
property Rows: TcxGridBandRows read;

#Property Value

Type
TcxGridBandRows

#Remarks

Use the Rows property to gain access to the collection of the band rows associated with the current band.

The column position within its band is represented by two attributes of the GridBandedColumn.Position property: RowIndex and ColIndex. These properties can be used to specify the column position programmatically.

The end-user can move columns within bands by dragging column headers. Column moving can be disabled by setting the BandedTableView.OptionsCustomize.ColumnMoving property to False.

See Also