Back to Devexpress

DetailFormViewModel.EditCommand Property

maui-devexpress-dot-maui-dot-core-dot-detailformviewmodel-4d26299d.md

latest1.3 KB
Original Source

DetailFormViewModel.EditCommand Property

Gets the command that opens the detail edit form.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public RelayCommand<bool?> EditCommand { get; }

Property Value

TypeDescription
CommunityToolkit.Mvvm.Input.RelayCommand<Nullable<Boolean>>

A command that opens the detail edit form.

|

Remarks

You can also call the Edit() method 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