vcl-cxgriddbbandedtableview.md
A data-aware Banded Table View.
TcxGridDBBandedTableView = class(
TcxGridBandedTableView
)
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.
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.
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.
Show 11 items
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxControlChildComponent TcxCustomGridView TcxCustomGridTableView TcxGridTableView TcxGridBandedTableView TcxGridDBBandedTableView
See Also