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

ValidationHintBaseProperties.Icon Property

Gets or sets the ValidationHint icon. This icon will be displayed for all validation hints owned by the Adorner UI Manager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image Icon { get; set; }

Property Value

Type Default Description
Image *null*

An Image displayed by any validation hint owned by this manager.

Remarks

Individual validation hints can have their own unique glyphs that override the global Icon setting. See the ValidationHintBaseDefaultProperties.Icon property to learn more.

See Also