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

TcxCustomDBLookupEditProperties.DataController Property

Provides access to the data controller managing the bound control’s connection to a data store.

#Declaration

Delphi
property DataController: TcxDBDataController read;

#Property Value

Type
TcxDBDataController

#Remarks

A data controller is the object which manages the bound control’s connection to a data store. It implements the retrieval and posting of data and performs data manipulation operations such as grouping and filtering.

See Also