IGrid.CancelEditAsync() Method
Cancels row editing and discards changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task CancelEditAsync()
Returns
Type | Description |
---|---|
Task | The task that is completed when the edit operation is canceled. |
Remarks
Refer to the CancelEditAsync() method description for more information and an example.
See Also