ValidationErrorType Enum
Enumerates error types.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
A default error. |
Information
|
An information error. |
Warning
|
A warning. |
Critical
|
A critical error. |
Related API Members
The following properties accept/return ValidationErrorType values:
See Also