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

NavElement.SuperTip Property

Gets or sets a super tool-tip for the current NavElement.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

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

Property Value

Type Description
SuperToolTip

A SuperToolTip object assigned to the current NavElement.

See Also