Back to Devexpress

TcxGridBandedColumnPosition Class

vcl-cxgridbandedtableview-fb03ccb0.md

latest1.9 KB
Original Source

TcxGridBandedColumnPosition Class

Represents the position of a banded column within a Banded Table View.

Declaration

delphi
TcxGridBandedColumnPosition = class(
    TcxCustomGridTableItemCustomOptions
)

Remarks

The TcxGridBandedColumnPosition class defines attributes specifying the band to display the banded column and the coordinates of the column within this band. To set the banded column position, use the TcxGridBandedColumn.Position property.

You can assign a banded column to a band by setting the BandIndex property. It assigns the band to display the column. Columns in a band can appear in different rows and this is controlled by the RowIndex. The horizontal position of a column in a row is set via the ColIndex attribute. A column can be located on several rows (one by default). To set the banded column height use LineCount.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridTableItemCustomOptions TcxGridBandedColumnPosition

See Also

TcxGridBandedColumn.Position

TcxGridBandedColumnPosition Members

cxGridBandedTableView Unit