Skip to main content

TcxGridDBBandedTableView.DataController Property

Represents an object implementing the data-aware Banded Table View’s connection to its data storage.

Declaration

property DataController: TcxGridDBDataController read; write;

Property Value

Type
TcxGridDBDataController

Remarks

Use the DataController property to manage the data-aware Banded Table View’s connection to its data storage. The DataController.DataSource property specifies an object of the TDataSet type which manages the View’s connection to 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