Gets or sets the property that is bound on the target control

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#
[DefaultValueAttribute("Text")]
public string TargetControlProperty { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("Text")> _
Public Property TargetControlProperty As String

Field Value

The target control property.

See Also