C1.UWP Assembly / C1.Xaml Namespace / CollectionViewGroup Class / GroupItems Property

In This Topic
GroupItems Property
In This Topic
Gets a collection of child items of the group, which can be a source collection items for a bottom level group or CollectionViewGroup objects for groups in higher level of the groups tree hierarchy.
Syntax
'Declaration
 
Public ReadOnly Property GroupItems As Windows.Foundation.Collections.IObservableVector(Of Object)
 
See Also