Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also