Skip to main content
All docs
V19.2

ASPxSpellChecker.ToolTip Property

Overrides the ToolTip property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

public override string ToolTip { get; }

Property Value

Type Description
String

A text displayed when the mouse pointer hovers over the control.

Remarks

This property is intended for serialization purposes.

See Also