Skip to main content

TabNavigationPage.ToolTip Property

Gets or sets the regular hint associated with this TabNavigationPage.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
public virtual string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A String object that is the regular hint associated with this TabNavigationPage.

See Also