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 は、グループ化をサポートします。

適用対象

こちらもご覧ください