TcxCustomVerticalGrid.OptionsData Property
Provides access to options controlling vertical grid data operations.
Declaration
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