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