Skip to main content

ValidationHintBaseDefaultProperties.ActualIcon Property

Returns the icon currently displayed by this ValidationHint object’s hint.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public Image ActualIcon { get; }

Property Value

Type Description
Image

An Image currently displayed by this ValidationHint object’s hint.

Remarks

See the ValidationHintBaseDefaultProperties.Icon property to learn more.

See Also