TcxCustomGridTableOptionsView.GridView Property
Provides access to the grid Table View to which this property set belongs.
Declaration
property GridView: TcxCustomGridTableView read;
Property Value
Type |
---|
TcxCustomGridTableView |
Remarks
Use the GridView property to obtain the View owning the current set of options. This property provides access to other View settings: the columns collection, styles and other sets of options etc.
See Also