The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CollectionViewSource.GroupDescriptions Property
.NET Framework (current version)
Gets or sets a collection of GroupDescription objects that describes how the items in the collection are grouped in the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)An ObservableCollection(Of T) of GroupDescription objects that describes how the items in the collection are grouped in the view.
This property is forwarded to any collection view created from the current Source.
<object>
<object.GroupDescriptions>
oneOrMorePropertyDescriptions
</object.GroupDescriptions>
</object>
- oneOrMorePropertyDescriptions
One or more elements that derive from the GroupDescriptions abstract class. Typically this is a PropertyGroupDescription.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: