DetailEditFormViewModel.IsNew Property
In This Article
Gets whether the edited item is new.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public bool IsNew { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also