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

DashboardToolbarItem.Tooltip Property

Gets or sets the text displayed in a regular tooltip.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.2.Win.dll

Declaration

public string Tooltip { get; set; }

Property Value

Type Description
String

A text displayed as an item tooltip.

Remarks

An item displays a regular tooltip with a text obtained from the Tooltip property.

You can use the SuperTip property to specify a tooltip containing multiple text and image areas to display more information to the user.

See Also