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

屬性值

如果資料來源為 IBindingList 並支援排序,則為 true,否則為 false

實作

屬性

備註

如果資料來源不是 IBindingList ,則 SupportsSorting 屬性一律會傳 false 回 。

適用於