Automatically imports all controls on the form that implement the IWebDataBinder interface and adds them to the DataBinder

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(false)]
[BrowsableAttribute(true)]
public bool AutoLoadDataBoundControls { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<BrowsableAttribute(True)> _
Public Property AutoLoadDataBoundControls As Boolean

Field Value

true if [auto load data bound controls]; otherwise, false.

See Also