DashboardToolbarItem.SuperTip Property
In This Article
Gets or sets a SuperToolTip for the current control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public SuperToolTip SuperTip { get; set; }
#Property Value
Type | Description |
---|---|
Super |
A Super |
#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