Basic Library for WinRT
GroupDescriptions Property (C1CollectionView)

Gets a collection of GroupDescription derived objects that describes how the items in the collection are grouped in the view. Usually objects of the PropertyGroupDescription class are used to specify grouping conditions.
Syntax
'Declaration
 
Public ReadOnly Property GroupDescriptions As System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)
public System.Collections.ObjectModel.ObservableCollection<GroupDescription> GroupDescriptions {get;}
See Also

Reference

C1CollectionView Class
C1CollectionView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback