TcxCustomVerticalGrid.OptionsView Property
Provides access to options controlling vertical grid layout.
Declaration
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