Skip to main content

TcxCustomGridTableDateTimeHandling.GridView Property

Provides access to the parent grid View.

Declaration

property GridView: TcxCustomGridTableView read;

Property Value

Type Description
TcxCustomGridTableView

The parent grid View. Cast the returned object to the corresponding terminal TcxCustomGridTableView descendant to access all public API members.

Tip

You can call GridView.ClassType function or use other RTTI functionality to identify the actual grid View type.

See Also