Gets or sets whether the tooltip appears in a callout box. If False, the tooltip appears in a label.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public bool ShowCallOut { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property ShowCallOut As Boolean
	Get
	Set

See Also