Gets or sets the value of the C1ToolTipTargetControl.

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

Syntax

C#
[JsonAttribute(true, true, "")]
public string Value { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
Public Property Value As String
	Get
	Set

See Also