DetailFormViewModel.EditCommand Property
In This Article
Gets the command that opens the detail edit form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public RelayCommand<bool?> EditCommand { get; }
#Property Value
Type | Description |
---|---|
Community |
A command that opens the detail edit form. |
#Remarks
You can also call the Edit() method to open the detail edit form.
See Also