ComponentOne Basic Library for UWP
GroupItems Property

C1.UWP Assembly > C1.Xaml Namespace > CollectionViewGroup Class : GroupItems Property
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)
public Windows.Foundation.Collections.IObservableVector<object> GroupItems {get;}
See Also

Reference

CollectionViewGroup Class
CollectionViewGroup Members