TcxCustomGridView.DataController Property
In This Article
Specifies the data controller managing the current View’s data.
#Declaration
Delphi
property DataController: TcxCustomDataController read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the DataController property to access the object providing the connection between a grid View and data storage. A data controller object implements the following features:
retrieving and posting data;
applying grouping;
applying filtering;
summary calculation.
See Also