CollectionViewGroup.ProtectedItems Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the immediate items that are contained in this group.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<Object>The immediate items that are contained in this group.
Derived classes can add or remove items by using this property. The changes will be reflected in the public Items property.
Show: