alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved