Back to Devexpress

DetailFormViewModel.Edit(Nullable<Boolean>) Method

maui-devexpress-dot-maui-dot-core-dot-detailformviewmodel-dot-edit-x28-system-dot-nullable-system-dot-boolean-x29.md

latest1.5 KB
Original Source

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

csharp
public virtual void Edit(
    bool? animated = false
)

Optional Parameters

NameTypeDefaultDescription
animatedNullable<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

CRUD Operations in a Data-Bound Data Grid View for .NET MAUI

CRUD Operations in a Data-Bound Collection View for .NET MAUI

DetailFormViewModel Class

DetailFormViewModel Members

DevExpress.Maui.Core Namespace