Gets or sets the Property to use for the TextField when using DataSource binding

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

Field Value

The data source text field.

See Also