Back to Devexpress

TabBase.ToolTip Property

aspnet-devexpress-dot-web-dot-tabbase-c13b34da.md

latest1.5 KB
Original Source

TabBase.ToolTip Property

Gets or sets the current tab’s tooltip text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string which specifies the text content of the current tab’s tooltip.

|

Remarks

Use the ToolTip property to define a tooltip text for an individual tab (tab page) object. If a string is assigned to a tab’s ToolTip property, the tooltip is shown whenever the mouse cursor pauses over the tab. If the ToolTip property is set to an empty string ( String.Empty ), the tooltip is never shown.

See Also

Text

Page Control and Tab Control

TabBase Class

TabBase Members

DevExpress.Web Namespace