Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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