Skip to main content
ON

DetailEditFormViewModel.CloseOnSave Property

Gets or sets whether to close the detail edit form when the Save Changes operation is completed. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public bool CloseOnSave { get; set; }

Property Value

Type Description
Boolean

true to close the detail edit form when the Save Changes operation is completed; otherwise, false.

See Also