Skip to main content
ON

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

true to display an animation when the edit form opens; otherwise false.

See Also