Skip to main content

TcxCustomVerticalGrid.OptionsBehavior Property

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

Declaration

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