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

TcxDBDataController.DataModeController Property

Represents a data mode controller that manages synchronization and information displayed by the detail data controller.

#Declaration

Delphi
property DataModeController: TcxDBDataModeController read; write;

#Property Value

Type
TcxDBDataModeController

#Remarks

The DataModeController property allows you to establish synchronization between data in the data controller and in the corresponding TDataSet. It also manages data retrieved by the detail data controller linked to a parameterized query dataset.

See Also