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

IModelToolTipOptions.ToolTipTitle Property

Specifies the title of the tooltip. Has effect in Windows Forms applications only.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue("")]
string ToolTipTitle { get; set; }

Property Value

Type Default Description
String String.Empty

A string which is the title of the tooltip.

Remarks

For details, refer to the ToolTipAttribute class description.

See Also