Skip to main content

BaseValidationError.ErrorType Property

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

public ErrorType ErrorType { get; }

Property Value

Type
ErrorType

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