BaseDataBoundControl.IsUsingModelBinders プロパティ

定義

派生クラスで実装された場合、コントロールでモデル バインダーを使用しているかどうかを示す値を取得します。

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

プロパティ値

Boolean

コントロールがモード バインダーを使用している場合は true。それ以外の場合は false。 既定値は、false です。

適用対象