Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
public bool IsNewItem { get; }

#Property Value

Type Description
Boolean

true if the form is used to configure a new source item; otherwise, false.

See Also