Table of Contents

Property ProtectedItems

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ProtectedItems

The items of the group. Derived classes can add or remove items using this property; the changes will be reflected in the public Items property.

protected ObservableCollection<object> ProtectedItems { get; }

Property Value

ObservableCollection<object>