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.2.dll

Declaration

public virtual SuperToolTip SuperTip { get; set; }

Property Value

Type Description
SuperToolTip

A SuperToolTip object assigned to this NavigationBarItem.

Remarks

See the Tooltips topic to learn more.

See Also