IBindingList.SupportsSorting 屬性

定義

想知道清單是否支援排序。

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

屬性值

true如果清單支援排序;否則,。 false

備註

若此性質為 true,則 IsSortedSortPropertySortDirectionApplySort、 均RemoveSort為支持。

適用於