Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstageViewItem.SuperTip Property

Allows you to assign a Super Tip to the item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual SuperToolTip SuperTip { get; set; }

#Property Value

Type Description
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