Back to Devexpress

BackstageViewItem.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewitem-e21525d0.md

latest1.6 KB
Original Source

BackstageViewItem.SuperTip Property

Allows you to assign a Super Tip to the item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object that is a tool tip assigned to the item.

|

Remarks

A SuperToolTip is an expandable tooltip that supports multiple regions. Tooltip regions are arranged one under another, and each can display specific text and graphics.

You can assign Super Tool Tips to items at design time and runtime. See Hints and Tooltips to learn more.

See Also

Hints and Tooltips

BackstageViewItem Class

BackstageViewItem Members

DevExpress.XtraBars.Ribbon Namespace