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