menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditCancelingEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditCancelingEventArgs<T>

    Provides information about the EditCanceling event.

    Inheritance
    System.Object
    GridEventBaseArgs
    EditCanceledEventArgs<T>
    EditCancelingEventArgs<T>
    Inherited Members
    EditCanceledEventArgs<T>.Data
    EditCanceledEventArgs<T>.Index
    EditCanceledEventArgs<T>.PreviousData
    EditCanceledEventArgs<T>.PrimaryKeys
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class EditCancelingEventArgs<T> : EditCanceledEventArgs<T>
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    EditCancelingEventArgs()

    Declaration
    public EditCancelingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the editing or adding new record actions in the grid.

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

    The default value is false. If the Cancel property is set to true, then the cancel action will be Canceled.

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