Back to Devexpress

NavigationPage.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpage-6e088785.md

latest1.4 KB
Original Source

NavigationPage.SuperTip Property

Gets or sets a super tip associated with this NavigationPage.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual SuperToolTip SuperTip { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property SuperTip As SuperToolTip

Property Value

TypeDefaultDescription
SuperToolTipnull

A SuperToolTip object associated with this NavigationPage.

|

See Also

NavigationPage Class

NavigationPage Members

DevExpress.XtraBars.Navigation Namespace