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 |
|
See Also