Skip to main content
A newer version of this page is available. .

RecentItemBase.SuperTip Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual SuperToolTip SuperTip { get; set; }

Property Value

Type Description
SuperToolTip

A SuperToolTip object assigned to this item.

Remarks

See the Tooltips topic to learn more.

See Also