DeleteValidationArgs.DisplayErrorMode Property
Gets whether to display errors in the message box.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DisplayDeleteOperationError | A mode that specifies whether to display errors. |
Available values:
Name | Description |
---|---|
ShowMessageBox | An error is displayed in the message box. |
Disabled | An error is not displayed. |
See Also