CollectionViewGroup.Items Property

Definition

Gets the immediate items contained in this group.

C#
public System.Collections.ObjectModel.ReadOnlyObservableCollection<object> Items { get; }

Property Value

A read-only collection of the immediate items in this group. This is either a collection of subgroups or a collection of items if this group does not have any subgroups.

Remarks

Subclasses use the ProtectedItems property to add or remove items.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9