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