Skip to main content
ON

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

public RelayCommand<bool?> EditCommand { get; }

Property Value

Type Description
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