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

TcxGridBandedColumnPosition.BandIndex Property

Specifies the band which displays the current column.

#Declaration

Delphi
property BandIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use the BandIndex property to define the band displaying the current column. The BandIndex property addresses a band by its index in the View’s Bands collection. To specify the position of a column within a band, you need to set the ColIndex and/or RowIndex properties.

If you set BandIndex to -1, the column will be removed from the band.

See Also