Skip to main content
ON

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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