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 データ ソース コントロールにバインドされている場合、またはモデル バインダーが使用されている場合に自動的に行われます。

適用対象