Skip to main content
A newer version of this page is available. .

ValidationHintIconType Enum

This enumeration’s values can be passed to the ValidationHintBaseDefaultProperties.IconType and ValidationHintBaseProperties.IconType properties to choose a predefined image for individual or all ValidationHint objects.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public enum ValidationHintIconType

Members

Name Description
Application

An application icon.

Error

An error icon.

Information

An information icon.

Question

A question icon.

Warning

A warning icon.

None

A ValidationHint will not display any icon.

Related API Members

Remarks

If a guide has a custom glyph assigned to the ValidationHintBaseDefaultProperties.Icon property, both ValidationHintBaseDefaultProperties.IconType and ValidationHintBaseProperties.IconType properties are ignored.

See Also