TcxCustomGridView.OptionsView Property
Contains View options for the current View.
Declaration
property OptionsView: TcxCustomGridOptionsView read; write;
Property Value
Type |
---|
TcxCustomGridOptionsView |
Remarks
The OptionsView property provides access to the collection of options defining the appearance of the current View. Generally, these options specify the visibility, color, width and other visual settings of the current View’s elements. Sometimes these settings affect the View functionality by restricting operations associated with a grid View item (for instance, grouping, sorting, etc.)
See Also