Class BeforeBatchCancelArgs<T>
Defines the event argument of batch cancel action.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeBatchCancelArgs<T> : GridEventBaseArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
BeforeBatchCancelArgs()
Declaration
public BeforeBatchCancelArgs()
Properties
BatchChanges
Defines the changed record object.
Declaration
public BatchChanges<T> BatchChanges { get; set; }
Property Value
Type | Description |
---|---|
BatchChanges<T> |
Cancel
Defines the cancel button status.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |