Back to Devexpress

DetailFormViewModelBase.CloseCommand Property

maui-devexpress-dot-maui-dot-core-dot-detailformviewmodelbase-716a7b80.md

latest1.1 KB
Original Source

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

csharp
public RelayCommand CloseCommand { get; }

Property Value

TypeDescription
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

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

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

DetailFormViewModelBase Class

DetailFormViewModelBase Members

DevExpress.Maui.Core Namespace