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

ToolTipAttribute.ToolTipTitle Property

Specifies the title of tooltip displayed for the ToolTipAttribute attribute’s target property. Has effect in Windows Forms applications only.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string ToolTipTitle { get; }

Property Value

Type Description
String

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

See Also