Back to Devexpress

NavElement.SuperTip Property

windowsforms-devexpress-dot-xtranavbar-dot-navelement-f3e10d95.md

latest1.2 KB
Original Source

NavElement.SuperTip Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public virtual SuperToolTip SuperTip { get; set; }
vb
Public Overridable Property SuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object assigned to the current NavElement.

|

See Also

ResetSuperTip()

NavElement Class

NavElement Members

DevExpress.XtraNavBar Namespace