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.Columns Property

Provides indexed access to the columns associated with the current band.

#Declaration

Delphi
property Columns[Index: Integer]: TcxGridBandedColumn read;

#Property Value

Type
TcxGridBandedColumn

#Remarks

Use the Columns property to gain access to the collection of columns associated with the current band. Each column is an instance of the TcxGridBandedColumn class. The number of columns in a band is determined by the ColumnCount property. To associate a column with a band, you should specify the column’s position via the BandedColumn.Position property.

End-users can move bands within a View by clicking the band headers and moving them to the required position.

See Also