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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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