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