DetailFormViewModelBase.CloseOnDelete Property
In This Article
Gets or sets whether to close the detail edit form when the Delete operation is completed. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public bool CloseOnDelete { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also