TcxCustomGridTableOptionsData.GridView Property
Returns the View owning the current options set.
Declaration
property GridView: TcxCustomGridTableView read;
Property Value
Type |
---|
TcxCustomGridTableView |
Remarks
This property returns the View to which the current set of options is applied. It can be used to access other sets of options, the styles collection and the columns collection, etc.
See Also