CollectionViewSource.SortDescriptions プロパティ

定義

コレクション内の項目をビュー内でどのように並べ替えるかを説明する SortDescription オブジェクトのコレクションを取得または設定します。

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

プロパティ値

SortDescriptionCollection

コレクション内の項目をビュー内でどのように並べ替えるかを説明する SortDescription オブジェクトのコレクション。

注釈

このプロパティは、現在のソースから作成されたすべてのコレクション ビューに転送されます。

XAML プロパティ要素の使用

<object>  
  <object.SortDescriptions>  
    oneOrMoreSortDescriptions  
  </object.SortDescriptions>  
</object>  

XAML 値

oneOrMoreSortDescriptions
1 つ以上の SortDescription 要素。

適用対象