Skip to main content

TcxGridItemDBDataBinding.DataController Property

Identifies the data controller which manages the current item’s data.

Declaration

property DataController: TcxGridDBDataController read;

Property Value

Type
TcxGridDBDataController

Remarks

Use the DataController property to access the object which manages the current item’s connection to a dataset. A data controller object implements the retrieval and posting of data, applies grouping, filtering, and calculates summaries.

See Also