CollectionViewGroup.ProtectedItems Property

Definition

Gets the immediate items contained in this group.

protected:
 property System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ ProtectedItems { System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ get(); };
protected System.Collections.ObjectModel.ObservableCollection<object> ProtectedItems { get; }
member this.ProtectedItems : System.Collections.ObjectModel.ObservableCollection<obj>
Protected ReadOnly Property ProtectedItems As ObservableCollection(Of Object)

Property Value

A collection of 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 this property to add or remove items; the changes are reflected in the Items property.

Applies to