Skip to main content
A newer version of this page is available. .

GridEditCancelingEventArgs.Cancel Property

Specifies whether the edit cancel operation should be prevented.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to prevent the edit cancel operation; otherwise, false.

Remarks

The EditCanceling event fires before the edit form closes and discards changes.

Refer to the EditCanceling event description for information about event arguments and an example. For information on how to enable data editing, see the following topic: Edit Data and Validate Input.

See Also