TcxCustomVerticalGrid.OptionsData Property
In This Article
Provides access to options controlling vertical grid data operations.
#Declaration
Delphi
property OptionsData;
#Property Value
Type |
---|
Tcx |
#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