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.v19.1.dll

Declaration

[SmartTagProperty("Super Tip", "Appearance")]
public virtual SuperToolTip SuperTip { get; set; }

Property Value

Type Description
SuperToolTip

A SuperToolTip object assigned to this item.

Remarks

See the Tooltip Management topic to learn more.

See Also