Back to Devexpress

TcxCustomVerticalGrid.OptionsData Property

vcl-cxvgrid-dot-tcxcustomverticalgrid-bee748bf.md

latest1.1 KB
Original Source

TcxCustomVerticalGrid.OptionsData Property

Provides access to options controlling vertical grid data operations.

Declaration

delphi
property OptionsData;

Property Value

Type
TcxControlOptionsData

Remarks

The OptionsData property exposes the TcxControlOptionsData object that can be used to determine whether the grid should discard a row cell’s changes if the end-user has not confirmed them, or whether cell editing is enabled at all.

Also, you can control the grid’s layout (see OptionsView) and user interaction options (see OptionsBehavior).

See Also

TcxCustomVerticalGrid.OptionsBehavior

TcxCustomVerticalGrid.OptionsView

TcxCustomVerticalGrid Class

TcxCustomVerticalGrid Members

cxVGrid Unit