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