Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridView.OptionsView Property

Contains View options for the current View.

#Declaration

Delphi
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