Skip to main content
A newer version of this page is available. .

NavigationPage.SuperTip Property

Gets or sets a super tip associated with this NavigationPage.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
SuperToolTip null

A SuperToolTip object associated with this NavigationPage.

See Also