Back to Devexpress

TcxCustomGridView.DataController Property

vcl-cxgridcustomview-dot-tcxcustomgridview.md

latest805 B
Original Source

TcxCustomGridView.DataController Property

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

Declaration

delphi
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

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit