Back to Devexpress

TcxGridBandedColumn.Position Property

vcl-cxgridbandedtableview-dot-tcxgridbandedcolumn.md

latest1.3 KB
Original Source

TcxGridBandedColumn.Position Property

Specifies the position of a column within a Banded Table View.

Declaration

delphi
property Position: TcxGridBandedColumnPosition read; write;

Property Value

Type
TcxGridBandedColumnPosition

Remarks

Use this property to specify the band in which the column will be displayed and the column position within this band. To assign a column to a band you have to set the Position.BandIndex property to a band index in the View’s Bands collection. The Position.ColIndex and Position.RowIndex specify the coordinates of the column within the band.

See Also

TcxGridBand

TcxGridBandedColumnPosition

TcxGridBandedColumn Class

TcxGridBandedColumn Members

cxGridBandedTableView Unit