Items Property
Collapse the table of content
Expand the table of content

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.

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

public ReadOnlyObservableCollection<Object> Items { get; }

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft