IBindingList.SupportsSorting 屬性

定義

取得值,指出清單是否支援排序。

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

屬性值

如果清單支援搜尋,則為 true,否則為 false

備註

如果此屬性為 ,則IsSorted支援、SortPropertySortDirectionApplySort、 和 RemoveSorttrue

適用於