IBindingListView.SupportsAdvancedSorting 屬性

定義

取得值,指出資料來源是否支援進階排序。

public:
 property bool SupportsAdvancedSorting { bool get(); };
public bool SupportsAdvancedSorting { get; }
member this.SupportsAdvancedSorting : bool
Public ReadOnly Property SupportsAdvancedSorting As Boolean

屬性值

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

備註

進階排序是指依多個數據行排序的能力。

適用於