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 对象的集合,这些对象描述集合中的项在视图中的分组方式。

适用于

另请参阅