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

TcxGridDBTableView Class

A bound Table View in the VCL Data Grid.

#Declaration

Delphi
TcxGridDBTableView = class(
    TcxGridTableView
)

#Remarks

The TcxGridDBTableView class is a data-aware descendant from the TcxGridTableView class. The TcxGridDBTableView inherits all the features from its ancestor, except for data binding settings.

A Data-Aware 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

The list below outlines key class members that specify how the View processes data. You can use these API members to do the following:

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

See Also