Back to Devexpress

DetailFormViewModelBase.Close() Method

maui-devexpress-dot-maui-dot-core-dot-detailformviewmodelbase-1f5f5c59.md

latest1.1 KB
Original Source

DetailFormViewModelBase.Close() Method

Closes the detail edit form.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public virtual void Close()

Remarks

Call the CanClose() method to check whether the Close operation is available. You can also use the CloseCommand 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