Repeater.IsDataBindingAutomatic 屬性

定義

取得值,指出資料繫結是否為自動。

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

屬性值

Boolean

如果資料繫結為自動,則為 true;否則為 false

備註

如果 Repeater 控制項系結至資料來源控制項,或模型系結器正在使用中,則資料系結是自動的。

適用於