TcxGridItemDBDataBinding.DataController Property
In This Article
Identifies the data controller which manages the current item’s data.
#Declaration
Delphi
property DataController: TcxGridDBDataController read;
#Property Value
Type |
---|
Tcx |
#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