言語

Repeater.IsDataBindingAutomatic プロパティ

定義

データ バインディングが自動かどうかを示す値を取得します。

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

プロパティ値

true データ バインディングが自動である場合。それ以外の場合は false

注釈

Repeater コントロールがデータ ソース コントロールにバインドされている場合、またはモデル バインダーが使用されている場合、データ バインディングは自動的に行われます。

適用対象