Back to Devexpress

DashboardToolbarItem.SuperTip Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardtoolbaritem.md

latest1.4 KB
Original Source

DashboardToolbarItem.SuperTip Property

Gets or sets a SuperToolTip for the current control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public SuperToolTip SuperTip { get; set; }
vb
Public Property SuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object associated with the item.

|

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

DashboardToolbarItem Class

DashboardToolbarItem Members

DevExpress.DashboardWin Namespace