Skip to main content
ON

DetailEditFormViewModel.IsNew Property

Gets whether the edited item is new.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public bool IsNew { get; }

Property Value

Type Description
Boolean

true if the edited item is new; otherwise, false.

See Also