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

ToolTipAttribute(String) Constructor

Initializes a new instance of the ToolTipAttribute class with the specified ToolTipAttribute.ToolTip value.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ToolTipAttribute(
    string toolTip
)

Parameters

Name Type Description
toolTip String

A string which is the tooltip text displayed for the ToolTipAttribute attribute’s target property.

See Also