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