Skip to main content

TcxGridBandedColumnPosition Class

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

Declaration

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.

See Also