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

TcxCustomVerticalGrid.OptionsView Property

Provides access to options controlling vertical grid layout.

#Declaration

Delphi
property OptionsView: TcxvgOptionsView read; write;

#Property Value

Type
TcxvgOptionsView

#Remarks

The OptionsView property exposes the TcxvgOptionsView object that can be used to determine a number of grid layout parameters including, for instance, the grid lines displayed by the control (see GridLines), the painting style applied (see PaintStyle), whether row headers (see ShowHeaders) or expand buttons (see ShowButtons) are enabled etc.

Also, you can specify data-aware options (see OptionsData) and user interaction options (see OptionsBehavior).

See Also