Skip to main content

TcxCustomGridView.DataController Property

Specifies the data controller managing the current View’s data.

Declaration

property DataController: TcxCustomDataController read;

Property Value

Type
TcxCustomDataController

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