DetailEditFormPage.IsNewItem Property
In This Article
Returns whether the current form is designed to specify properties of a new item.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool IsNewItem { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also