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

ToolTipControllerShowEventArgs.Title Property

Gets or sets the regular tooltip’s title.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public string Title { get; set; }

Property Value

Type Description
String

A String value which specifies the regular tooltip’s title.

Remarks

If the Title property is set to an empty string, the title isn’t displayed.

To learn about regular tooltips and SuperToolTips, see ToolTipControllerShowEventArgs.ToolTipType.

See Also