TcxCustomDBLookupEditProperties.DataController Property
Provides access to the data controller managing the bound control’s connection to a data store.
Declaration
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