Repeater.IsDataBindingAutomatic 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出資料繫結是否為自動。
protected:
property bool IsDataBindingAutomatic { bool get(); };
protected bool IsDataBindingAutomatic { get; }
member this.IsDataBindingAutomatic : bool
Protected ReadOnly Property IsDataBindingAutomatic As Boolean
屬性值
如果資料繫結為自動,則為 true
;否則為 false
。
備註
如果 Repeater 控制項系結至資料來源控制項,或模型系結器正在使用中,則資料系結是自動的。