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

ValidationHintBaseDefaultProperties.CanShowHint Property

Returns whether or not this ValidationHint object should display a hint next to its target UI element.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true, if this ValidationHint object should display a hint; otherwise, false.

Remarks

See the ValidationHintBaseDefaultProperties.ShowHint property to learn more.

See Also