Skip to main content
ON

DetailFormViewModel.Edit(Nullable<Boolean>) Method

Opens the detail edit form.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public virtual void Edit(
    bool? animated = false
)

Optional Parameters

Name Type Default Description
animated Nullable<Boolean> False

true to open the detail edit form with animation effects; otherwise, false.

Remarks

Call the CanEdit() method to check whether the Edit operation is available. You can also use the EditCommand to open the detail edit form.

See Also