A newer version of this page is available.
Switch to the current version.
ValidationHintBaseDefaultProperties.Text Property
Gets or sets a text string displayed within this ValidationHint object's hint.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[DefaultValue("")]
public string Text { get; set; }
<DefaultValue("")>
Public Property Text As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback