Class RowDeletingEventArgs<T>
Provides information about the RowDeleting event.
Inheritance
System.Object
RowDeletingEventArgs<T>
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowDeletingEventArgs<T> : RowDeletedEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | TValue of the grid component. |
Constructors
RowDeletingEventArgs()
Declaration
public RowDeletingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the delete action in the grid.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is |