Repeater.IsDataBindingAutomatic Property

Definition

Gets a value that indicates whether data binding is automatic.

protected:
 property bool IsDataBindingAutomatic { bool get(); };
protected bool IsDataBindingAutomatic { get; }
member this.IsDataBindingAutomatic : bool
Protected ReadOnly Property IsDataBindingAutomatic As Boolean

Property Value

true if data binding is automatic; otherwise, false.

Remarks

Data binding is automatic if the Repeater control is bound to a data source control or if model binders are in use.

Applies to