Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.GridView Property

Provides access to the parent grid View.

#Declaration

Delphi
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