Back to Devexpress

TabNavigationPage.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tabnavigationpage-f7571e57.md

latest1.5 KB
Original Source

TabNavigationPage.SuperTip Property

Gets or sets the super tip associated with this TabNavigationPage.

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 that is the super tip associated with this TabNavigationPage.

|

See Also

TabNavigationPage Class

TabNavigationPage Members

DevExpress.XtraBars.Navigation Namespace