ICollectionView.GroupDescriptions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)A collection of objects that describe how the items in the collection are grouped in the view.
Show: