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

ValidationErrorInfo.ErrorType Property

Gets the error type.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public ValidationErrorType ErrorType { get; }

Property Value

Type Description
ValidationErrorType

One of the ValidationErrorType enumeration values.

Available values:

Name Description
Default

A default error.

Information

An information error.

Warning

A warning.

Critical

A critical error.

See Also