次の方法で共有


ColumnProvider.IsSortable プロパティ

定義

派生クラスでオーバーライドされた場合、データ モデルがこの列でのテーブルの並べ替えをサポートするかどうかを示す値を取得または設定します。

public:  virtual property bool IsSortable {  public:
bool get(); protected:
 void set(bool value); };
public virtual bool IsSortable { get; protected set; }
member this.IsSortable : bool with get, set
Public Overridable Property IsSortable As Boolean

プロパティ値

データ モデルがこの列でのテーブルの並べ替えをサポートする場合は true。それ以外の場合は false

適用対象