Skip to main content

TabNavigationPage.SuperTip Property

Gets or sets the super tip associated with this TabNavigationPage.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public virtual SuperToolTip SuperTip { get; set; }

Property Value

Type Default Description
SuperToolTip null

A SuperToolTip object that is the super tip associated with this TabNavigationPage.

See Also