Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSpellChecker.ToolTip Property

Overrides the ToolTip property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.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