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

ValidationErrorType Enum

Enumerates error types.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public enum ValidationErrorType

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