Skip to main content
.NET Framework 4.6.2+

IModelToolTipOptions.ToolTipTitle Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v25.1.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

This property derives its default value from ToolTipAttribute and can be accessed from the Application Model‘s BOModel | <ApplicationName>.Module.BusinessObjects | <ClassName> | OwnMembers | <PropertyName> node.

Refer to the ToolTipAttribute topic for details.

See Also