Skip to main content

ValidationEventArgs.ErrorType Property

Gets or sets the error icon type.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ErrorType ErrorType { get; set; }

Property Value

Type Description
ErrorType

An error icon type.

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 override the ErrorIndicator style to define a custom icon.

See Also