Gets or sets the binding source.

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

Field Value

The binding source.

See Also