Skip to main content

ErrorType Enum

Enumerates error icon types.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

public enum ErrorType

Members

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.

Related API Members

The following properties accept/return ErrorType values:

Remarks

You can use these enumeration values to indicate error types. Use the ErrorType property to set the error icon type that is displayed in the tooltip when the editor fails validation.

See Also