Back to Devexpress

RecentItemBase.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitembase-bd70ef08.md

latest1.4 KB
Original Source

RecentItemBase.SuperTip Property

Gets or sets a super tip displayed by this item on hover.

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 assigned to this item.

|

Remarks

See the Hints and Tooltips topic to learn more.

See Also

Hints and Tooltips

Recent Item Control

RecentItemBase Class

RecentItemBase Members

DevExpress.XtraBars.Ribbon Namespace