Skip to main content

TcxGridViewHandler.DataController Property

Specifies the data controller assigned to the View.

Declaration

property DataController: TcxCustomDataController read;

Property Value

Type
TcxCustomDataController

Remarks

The Data controller handles the retrieval and posting of data from/to a data storage. Descendants of the TcxCustomDataController class implement working with datasets and are used in data-aware Views. A View gets data from a data storage with the help of the intermediate object – ViewData.

See Also