Skip to main content

ValidationEventArgs.ErrorType Property

Gets or sets the error type.

Namespace: DevExpress.UI.Xaml.Editors.Native

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ErrorType ErrorType { get; set; }

Property Value

Type Description
ErrorType

An ErrorType enumeration value.

Available values:

Name Description
None

Indicates that no error is associated with an editor or a cell.

Default

The default error icon.

Information

The ‘Information’ icon.

Warning

The ‘Warning’ icon.

Critical

The ‘Critical Error’ icon.

User

Allows you to define a custom icon by overriding the ErrorIndicator style.

Remarks

The value of the ErrorType property specifies the icon displayed within an error tooltip.

See Also