TcxGridDBCardView.DataController Property
Identifies the data controller managing the View’s connection to a data storage.
Declaration
property DataController: TcxGridDBDataController read; write;
Property Value
Type |
---|
TcxGridDBDataController |
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