TcxGridDBCardView.DataController Property
In This Article
Identifies the data controller managing the View’s connection to a data storage.
#Declaration
Delphi
property DataController: TcxGridDBDataController read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the DataController property to access an object managing the View connection to a data storage. The DataController.DataSource property specifies a TDataSet or its descendant managing the View connection to a data storage. Other data controller settings specify the key fields for implementing the master-detail relationships, filter and summary settings for the current View and the behavior options for data controller.
See Also