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

TabNavigationPage.ToolTip Property

Gets or sets the regular hint associated with this TabNavigationPage.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

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