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

TcxControlDataController Class

A data controller for a data-aware control.

#Declaration

Delphi
TcxControlDataController = class(
    TcxDataController
)

#Remarks

The data controller provides access to data in a data store thus enabling you to operate with it. The gTcxControlDataController class inherits all the functionality of the TcxDataController class and introduces capabilities for sending notifications from the data source to an editing control on data changes such as inserting, deleting, or editing.

See Also