Class EditableType
Specifies a value when the component changes to the editable mode. The available options are: 1.Click 2.DoubleClick 3.EditIconClick
Inheritance
System.Object
EditableType
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EditableType : Enum
Fields
Click
Change to the editable mode when clicking on the In-place Editor.
Declaration
public const EditableType Click
Field Value
Type |
---|
EditableType |
DoubleClick
Change to the editable mode when double-clicking on the In-place Editor.
Declaration
public const EditableType DoubleClick
Field Value
Type |
---|
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 |
---|
EditableType |