CollectionView.GroupDescriptions 屬性

定義

取得 GroupDescription 物件的集合,用來描述集合中的項目在檢視中如何成為群組。

C#
public virtual System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription> GroupDescriptions { get; }

屬性值

所有情況下都是 null

實作

備註

這個屬性的值一律 null 是 ,因為 CollectionView 類別不支援在其基礎集合上分組。 衍生類別 ListCollectionViewBindingListCollectionView 支援群組。

適用於

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

另請參閱