Skip to main content
A newer version of this page is available. .
All docs
V22.1

DeleteValidationArgs.DisplayErrorMode Property

Gets whether to display errors in the message box.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public DisplayDeleteOperationError DisplayErrorMode { get; set; }

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