Gets or sets an ID for the control that will show the C1ToolTip.

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 TargetControlID { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
Public Property TargetControlID As String
	Get
	Set

See Also