CollectionViewSource.GroupDescriptions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 对象的 ObservableCollection<T>,用于描述集合中的项在视图中的分组方式。
注解
此属性将转发到从当前 Source创建的任何集合视图。
XAML 属性元素用法
<object>
<object.GroupDescriptions>
oneOrMorePropertyDescriptions
</object.GroupDescriptions>
</object>
XAML 值
oneOrMorePropertyDescriptions
派生自抽象类的 GroupDescription一个或多个元素。 通常这是一个 PropertyGroupDescription。