Back to Devexpress

NavigationBarItem.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationbaritem-2c90ebaa.md

latest1.5 KB
Original Source

NavigationBarItem.SuperTip Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object assigned to this NavigationBarItem.

|

Remarks

See the Hints and Tooltips topic to learn more.

See Also

Hints and Tooltips

NavigationBarItem Class

NavigationBarItem Members

DevExpress.XtraBars.Navigation Namespace