共用方式為


BindingListCollectionView.SortDescriptions 屬性

定義

取得 SortDescription 物件的集合,說明集合內的項目如何在檢視中分組。

public:
 virtual property System::ComponentModel::SortDescriptionCollection ^ SortDescriptions { System::ComponentModel::SortDescriptionCollection ^ get(); };
public override System.ComponentModel.SortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.SortDescriptionCollection
Public Overrides ReadOnly Property SortDescriptions As SortDescriptionCollection

屬性值

SortDescriptionCollection

SortDescription 物件的集合,說明集合內的項目如何在檢視中分組。

備註

請注意,如果您有多個 BindingListCollectionView 物件,而且基礎來源為 DataTableDataView ,則檢視物件不會獨立排序或篩選。 例如,如果您有兩 BindingListCollectionView 個與相同的 DataTable 物件相關聯,而且您在其中一個檢視上執行排序,則其他檢視中的專案順序可能會受到影響。 這是因為 BindingListCollectionView 物件會使用基礎 IBindingList 來進行排序和篩選功能。

注意

這個屬性只能藉由存取集合物件並使用其各種方法來設定,例如 Add 。 存取集合物件本身的屬性是唯讀的;集合本身是可讀寫的。

適用於