RecentItemBase.SuperTip Property
In This Article
Gets or sets a super tip displayed by this item on hover.
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 |
---|---|
Super |
A Super |
#Remarks
See the Hints and Tooltips topic to learn more.
See Also