ValidationErrorInfo.ErrorType Property
In This Article
Gets the error type.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public ValidationErrorType ErrorType { get; }
#Property Value
Type | Description |
---|---|
Validation |
One of the Validation |
Available values:
Name | Description |
---|---|
Default | A default error. |
Information | An information error. |
Warning | A warning. |
Critical | A critical error. |
See Also