BaseDataBoundControl.IsDataBindingAutomatic プロパティ

定義

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

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

プロパティ値

Boolean

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

注釈

データ バインディングは、コントロールがプロパティを使用している場合、またはコントロールがDataSourceIDデータ バインディングに使用するUpdateMethod場合、DeleteMethodまたはInsertMethodプロパティを使用SelectMethodする場合に自動的に行われます。

適用対象