Skip to main content
ON

DetailFormViewModelBase.CloseCommand Property

Gets the command that closes the edit form.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public RelayCommand CloseCommand { get; }

Property Value

Type Description
CommunityToolkit.Mvvm.Input.RelayCommand

A command that closes the edit form.

Remarks

You can also call the Close() method to close the detail edit form.

See Also