DetailEditFormPage(Boolean) Constructor
Initializes a new instance of the DetailEditFormPage class with specified settings.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public DetailEditFormPage(
bool isNewItem
)
Parameters
Name | Type | Description |
---|---|---|
isNewItem | Boolean | Gets whether the current form is designed to specify properties of a new item. |
See Also