Skip to main content

TcxCustomGridTableItem.GridView Property

Provides access to the parent grid View.

Declaration

property GridView: TcxCustomGridTableView read;

Property Value

Type Description
TcxCustomGridTableView

The parent grid View.

You need to cast the property value to the corresponding terminal TcxCustomGridTableView class 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