Skip to main content

ErrorType Enum

Enumerates error icon types.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public enum ErrorType

#Members

Name Description
None

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

Default

The 'Critical Error' icon: ErrorType_Critical

Information

The 'Information' icon: ErrorType_Information

Warning

The 'Warning' icon: ErrorType_Warning

Critical

The 'Critical Error' icon: ErrorType_Critical

User1

Reserved for future use.

User2

Reserved for future use.

User3

Reserved for future use.

User4

Reserved for future use.

User5

Reserved for future use.

User6

Reserved for future use.

User7

Reserved for future use.

User8

Reserved for future use.

User9

Reserved for future use.

#Passed To

You can pass ErrorType values to the following properies:

See Also