Skip to main content

TcxGridBandedColumn Class

A column within a Banded Table View.

Declaration

TcxGridBandedColumn = class(
    TcxGridColumn
)

Remarks

This class extends the functionality of a TcxGridColumn by enabling grouping of columns in bands (TcxGridBand) in a Banded Table View. A Banded Table View of the TcxGridBandedTableView class provides the Bands and Columns properties containing bands and columns respectively. Only the columns associated with a band by setting the column’s Position object attributes are displayed within a Banded Table View.

Using Options you can specify the behavior of the column, i.e. whether the column can be resized, moved, focused or used for grouping etc.

The Styles object provides a number of properties and events managing the appearance of the column elements (header, footer panels and data cells).

See Also