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

ValidationHintBaseDefaultProperties.Text Property

Gets or sets a text string displayed within this ValidationHint object’s hint.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DefaultValue("")]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String displayed within this ValidationHint object’s hint.

Remarks

A hint can display both a text string and a glyph. A hint glyph can be set by using the ValidationHintBaseDefaultProperties.Icon or ValidationHintBaseDefaultProperties.IconType properties. Refer to the ValidationHintBaseDefaultProperties.ShowHint property to learn more.

Validation hint text strings can be formatted by HTML tags.

See Also