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 确实支持分组。

适用于

另请参阅