Back to Devexpress

TcxCustomVerticalGrid.OptionsBehavior Property

vcl-cxvgrid-dot-tcxcustomverticalgrid.md

latest1.4 KB
Original Source

TcxCustomVerticalGrid.OptionsBehavior Property

Provides access to options controlling the vertical grid’s behavior.

Declaration

delphi
property OptionsBehavior: TcxvgOptionsBehavior read; write;

Property Value

Type
TcxvgOptionsBehavior

Remarks

The OptionsBehavior property exposes the TcxvgOptionsBehavior object that determines vertical grid behavior for the end-user. You can determine, for instance, whether the user can resize grid rows (see RowSizing) and headers (see HeaderSizing), whether the in-place editors should always be shown (see AlwaysShowEditor) and other options.

Also, you can control the grid’s layout (see OptionsView) and data-aware operations (see OptionsData).

See Also

TcxvgOptionsBehavior

TcxCustomVerticalGrid.OptionsData

TcxCustomVerticalGrid.OptionsView

TcxCustomVerticalGrid Class

TcxCustomVerticalGrid Members

cxVGrid Unit