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: 6.0.530.0

Syntax

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

Field Value

true if control should DataBind automatically; otherwise, false.

See Also