DetailFormViewModelBase.CloseOnDelete Property
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
public bool CloseOnDelete { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also