Skip to main content
ON

DetailFormViewModelBase.CloseOnDelete Property

Gets or sets whether to close the edit form when the edit item is deleted from the data source.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public bool CloseOnDelete { get; set; }

Property Value

Type Description
Boolean

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

See Also