共用方式為


ColumnProvider.IsSortable 屬性

定義

在衍生類別 (Derived Class) 中覆寫時取得或設定值,這個值表示資料模型是否支援依據此資料行對資料表進行排序。

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

適用於