Enum EditableType
Defines the user action that triggers the In-Place Editor to switch to an editable state.
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum EditableType
Remarks
This enumeration allows you to specify whether the editor becomes active on a Click, DoubleClick, or an EditIconClick.
Fields
| Name | Description |
|---|---|
| Click | Switches to editable mode with a single click on the component. |
| DoubleClick | Switches to editable mode when the component is double-clicked. |
| EditIconClick | Switches to editable mode only when the edit icon is clicked. |