Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditableType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved