CollectionViewGroup.Items Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the items that are immediate children of the group.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<Object>A read-only collection of the immediate items in this group. This is either a collection of subgroups or a collection of data items if this group does not have any subgroups.
Derived classes use the ProtectedItems property to add or remove items.
Show: