Repeater.IsDataBindingAutomatic 属性

定义

获取一个值,该值指示数据绑定是否自动进行。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

属性值

Boolean

如果数据绑定自动进行,则为 true;否则为 falsetrue if data binding is automatic; otherwise, false.

注解

如果将 Repeater 控件绑定到数据源控件或模型联编器正在使用中,则会自动进行数据绑定。Data binding is automatic if the Repeater control is bound to a data source control or if model binders are in use.

适用于