Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridDBBandedTableView Class

A data-aware Banded Table View.

#Declaration

Delphi
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