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

NavigationBarItem.SuperTip Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
SuperToolTip

A SuperToolTip object assigned to this NavigationBarItem.

Remarks

See the Tooltip Management topic to learn more.

See Also