Skip to main content

TcxGridDBDataController.GridView Property

Provides access to the parent data-aware grid View.

Declaration

property GridView: TcxCustomGridTableView read;

Property Value

Type Description
TcxCustomGridTableView

The parent data-aware grid View. Cast this property value to the corresponding terminal TcxCustomGridTableView descendant to access all public API members.

Tip

You can call the GridView.ClassType function to identify the actual parent grid View type.

See Also