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.
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:
- Access the View’s column collection (Columns).
- Configure the View data controller’s settings (DataController).
- Append a column to the View’s column collection (CreateColumn).
- Find a data-aware column that corresponds to a specific field in a bound dataset (GetColumnByFieldName).
This View displays data in bound mode. You can use a Server Mode Banded Table View to process data in server mode.
Inheritance
See Also