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.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] [BindableAttribute(true)] public bool AutoBind { get; set; } |