Sitecore 5.1.1 API

Settings.AutomaticDataBind Property

Indicates if the DataBind function is called by the web engine.

[Visual Basic]
Public Shared ReadOnly Property AutomaticDataBind As Boolean
[C#]
public static bool AutomaticDataBind {get;}

Property Value

True, if DataBind is called, otherwise false. Default value: true.

Remarks

This settings holds the default value for the DataBind State variable.

See Also

Settings Class | Sitecore.Configuration Namespace