Gets or sets the ID of the control to that is bound

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute("")]
[TypeConverterAttribute(typeof(ControlIDConverter))]
public string TargetControl { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute("")> _
<TypeConverterAttribute(GetType(ControlIDConverter))> _
Public Property TargetControl As String

Field Value

The target control.

See Also