DetailFormViewModel.Edit(Nullable<Boolean>) Method
Opens the edit form with the specified animation.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public virtual void Edit(
bool? animated = false
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
animated | Nullable<Boolean> | False |
|
See Also