DetailEditFormViewModel(Object, Boolean, Object) Constructor
Initializes a new instance of the DetailEditFormViewModel class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public DetailEditFormViewModel(
object item,
bool isNew,
object context = null
)
Parameters
Name | Type | Description |
---|---|---|
item | Object | The source item to be edited. |
isNew | Boolean | Specifies whether the item is newly created. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
context | Object | null | Specifies the binding context. |
See Also