次の方法で共有


ListView.IsUsingModelBinders プロパティ

定義

モデル バインディングが使用中かどうかを示す値を取得します。

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

プロパティ値

Boolean

モデル バインディングが使用中の場合は true、それ以外の場合は false

適用対象