言語

CollectionView.GroupDescriptions プロパティ

定義

コレクション内の項目をビューでグループ化する方法を説明する GroupDescription オブジェクトのコレクションを取得します。

public:
 virtual property System::Collections::ObjectModel::ObservableCollection<System::ComponentModel::GroupDescription ^> ^ GroupDescriptions { System::Collections::ObjectModel::ObservableCollection<System::ComponentModel::GroupDescription ^> ^ get(); };
public virtual System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription> GroupDescriptions { get; }
member this.GroupDescriptions : System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription>
Public Overridable ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)

プロパティ値

null すべてのケースで。

実装

注釈

null クラスは基になるコレクションのグループ化をサポートしていないため、このプロパティの値は常にCollectionViewされます。 派生クラス ListCollectionViewBindingListCollectionView では、グループ化がサポートされます。

適用対象

こちらもご覧ください