Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeginEditEventArgs

    Show / Hide Table of Contents

    Class BeginEditEventArgs

    Provides information about the BeginEdit event.

    Inheritance
    System.Object
    BeginEditEventArgs
    Namespace: Syncfusion.Blazor.InPlaceEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeginEditEventArgs : Object

    Constructors

    BeginEditEventArgs()

    Declaration
    public BeginEditEventArgs()

    Properties

    Cancel

    Prevents the open action of the editor.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    CancelFocus

    Determines whether to set focus on the editor or not when the editable mode is ON.

    Declaration
    public bool CancelFocus { get; set; }
    Property Value
    Type Description
    System.Boolean

    Mode

    Provides information about the current editor mode.

    Declaration
    public RenderMode Mode { get; set; }
    Property Value
    Type Description
    RenderMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved