Gets or sets a value indicating whether the control should DataBind automatically before rendering if the state of the control allows it.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[DefaultValueAttribute(true)]
[BindableAttribute(true)]
public bool AutoBind { get; set; }

Field Value

true if control should DataBind automatically; otherwise, false.

See Also