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.v25.1.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.

See Also