Skip to main content

ValidationHintBaseDefaultProperties.CanShowIcon Property

Returns whether or not this ValidationHint object can currently display a glyph within its hint.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public bool CanShowIcon { get; }

Property Value

Type Description
Boolean

true if this ValidationHint object can currently display a glyph within its hint; otherwise, false.

Remarks

See the ValidationHintBaseDefaultProperties.ShowIcon and ValidationHintBaseProperties.ShowIcon properties for more information.

See Also