Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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