TcxGridTableOptionsBehavior.EditMode Property
In This Article
Specifies the manner in which end-users can edit the View’s cell data.
#Declaration
Delphi
property EditMode: TcxGridEditMode read; write; default emInplace;
#Property Value
Type | Default |
---|---|
Tcx |
em |
#Remarks
Refer to the TcxGridEditMode type description for details.
The default value of the EditMode property is emInplace.
See Also