ProtectedItems Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)

protected ObservableCollection<Object> ProtectedItems { get; }

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft