Skip to main content

TcxGridDBBandedTableView Class

A data-aware Banded Table View.

Declaration

TcxGridDBBandedTableView = class(
    TcxGridBandedTableView
)

Remarks

The TcxGridDBBandedTableView class implements the data-aware version of the Banded Table View. This View inherits all features from its ancestor, except for data binding settings.

A Data-Aware Banded Table View

The View uses a data controller to load data from the specified source. The View consists of data-aware columns that you can also bind to individual dataset fields.

Main API members

You can use this class’s members to manage the View’s layout, appearance, and behavior as follows:

This View displays data in bound mode. You can use a Server Mode Banded Table View to process data in server mode.

See Also