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

RenderHelper.SetToolTip(WebControl, String) Method

Changes the tooltip text of a particular control.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public static void SetToolTip(
    WebControl control,
    string toolTip
)

Parameters

Name Type Description
control WebControl

A WebControl object specifying the control whose tooltip will be changed

toolTip String

A string that is the tooltip text.

See Also