Skip to main content
.NET 6.0+

IModelToolTipOptions.ToolTipTitle Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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