Back to Devexpress

TabNavigationPage.ToolTip Property

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

latest1.6 KB
Original Source

TabNavigationPage.ToolTip Property

Gets or sets the regular hint associated with this TabNavigationPage.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public virtual string ToolTip { get; set; }
vb
<DefaultValue("")>
Public Overridable Property ToolTip As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

TabNavigationPage Class

TabNavigationPage Members

DevExpress.XtraBars.Navigation Namespace