Gets or sets the tooltip text that will be displayed when the mouse is over the item.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, "")]
public override string ToolTip { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, "")> _
Public Overrides Property ToolTip As String
	Get
	Set

See Also