Skip to main content

TcxGridDBBandedColumn Class

A banded column in a data-aware Banded Table View (TcxGridDBBandedTableView).

Declaration

TcxGridDBBandedColumn = class(
    TcxGridBandedColumn
)

Remarks

TcxGridDBBandedColumn is similar to the TcxGridBandedColumn class except that it works with a dataset. The DataBinding property allows connection of a banded column with a dataset field.

A Banded Table View has a Columns property maintaining a collection of all columns belonging to the View. For columns to be visible they must be associated with a specific band. You can access a collection of bands via the View’s Bands property.

See Also