Back to Devexpress

TcxGridBandedColumnPosition.BandIndex Property

vcl-cxgridbandedtableview-dot-tcxgridbandedcolumnposition-d4c140a6.md

latest1.6 KB
Original Source

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

TcxGridBandedColumnPosition.Band

TcxGridBandedColumnPosition.ColIndex

TcxGridBandedColumnPosition.LineCount

TcxGridBandedColumnPosition.RowIndex

TcxGridBandedColumnPosition.VisibleBandIndex

TcxGridBandedColumnPosition Class

TcxGridBandedColumnPosition Members

cxGridBandedTableView Unit