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