ICollectionView.GroupDescriptions 屬性

定義

取得 GroupDescription 物件的集合,這些物件會描述如何在檢視中分組集合內的項目。

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

屬性值

GroupDescription 物件的集合,這些物件會描述如何在檢視中分組集合內的項目。

適用於

另請參閱