RenderHelper.SetToolTip(HtmlControl, String) Method
Changes the tooltip text of a particular control.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | HtmlControl | A HtmlControl object specifying the control whose tooltip will be changed. |
| toolTip | String | A string that is the tooltip text. |
See Also