Skip to main content

TcxGridBandedColumnPosition.BandIndex Property

Specifies the band which displays the current column.

Declaration

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