Skip to main content

RecentItemBase.SuperTip Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.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 Hints and Tooltips topic to learn more.

See Also