Skip to main content
ON

DetailEditFormViewModel.CloseOnSave Property

Gets or sets whether to close the edit form when the edit item value changes are saved to the source.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public bool CloseOnSave { get; set; }

Property Value

Type Description
Boolean

true if the edit form should be closed once the source item is saved; otherwise, false.

See Also