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.DataController Property

Represents an object implementing the data-aware Banded Table View’s connection to its data storage.

#Declaration

Delphi
property DataController: TcxGridDBDataController read; write;

#Property Value

Type
TcxGridDBDataController

#Remarks

Use the DataController property to manage the data-aware Banded Table View’s connection to its data storage. The DataController.DataSource property specifies an object of the TDataSet type which manages the View’s connection to data storage. Other data controller settings specify the key fields for implementing the master-detail relationships, filter and summary settings for the current View and the behavior options for data controller.

See Also