Class EditCancelingEventArgs<T>
Provides information about the EditCanceling event.
Inherited Members
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 |