Class EditableType
Specifies a value when the component changes to the editable mode. The available options are:
- Click
- DoubleClick
- EditIconClick
Inheritance
System.Object
EditableType
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EditableType : Enum
Fields
Click
Declaration
public const EditableType Click
Field Value
Type | Description |
---|---|
EditableType |
DblClick
Declaration
public const EditableType DblClick
Field Value
Type | Description |
---|---|
EditableType |
DoubleClick
Change to the editable mode when double-clicking on the In-place Editor.
Declaration
public const EditableType DoubleClick
Field Value
Type | Description |
---|---|
EditableType |
EditIconClick
Change to the editable mode when clicking on the edit icon of the In-place Editor.
Declaration
public const EditableType EditIconClick
Field Value
Type | Description |
---|---|
EditableType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |