alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum ActionBlur

    Specifies the action to be performed when focus moves out of the In-Place Editor.

    Namespace: Syncfusion.Blazor.InPlaceEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ActionBlur
    Remarks

    This enumeration determines whether to Submit, Cancel, or Ignore the changes when the editor loses focus.

    Fields

    Name Description
    Cancel

    Cancels the edit and reverts to the original value when the In-Place Editor loses focus.

    Ignore

    Ignores the focus-out event, keeping the editor in an active state.

    Submit

    Submits the edited value when the In-Place Editor loses focus.

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