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 |
See Also