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

GridEditCancelingEventArgs.IsNew Property

Returns whether the edit form corresponds to a new or existing row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool IsNew { get; }

Property Value

Type Description
Boolean

true if the edit form is displayed for a new row, false if displayed for an existing row.

Remarks

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