共用方式為


BindingSource.SupportsSorting 屬性

定義

會取得一個值,表示資料來源是否支援排序。

public:
 virtual property bool SupportsSorting { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool SupportsSorting { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SupportsSorting : bool
Public Overridable ReadOnly Property SupportsSorting As Boolean

屬性值

true 若資料來源為 且 IBindingList 支援排序;否則, false

實作

屬性

備註

若資料來源不是 IBindingList,屬性 SupportsSorting 總是回傳 false

適用於