DetailEditFormPage.IsNewItem Property
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
public bool IsNewItem { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also