ItemCollection.GroupDescriptions 属性

定义

获取定义如何对项分组的 GroupDescription 对象的集合。

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

属性值

ObservableCollection<T> 对象的 GroupDescription。 按照组级别为集合建立索引。

示例

有关相关示例,请参阅 PropertyGroupDescription

注解

CanGroup使用 属性在添加GroupDescription对象之前测试当前实现是否支持分组。

注意

只能通过访问集合对象并使用其各种方法(如 Add)来设置此属性。 用于访问集合对象的 属性是只读的,而集合本身是读写的。

适用于

另请参阅