ClassDependencyObjectItemCollection<TItem>
Class
An observable collection that supports context inheritance and tracks its items for property changes.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Type Parameters:
TItem
The type of the item.
Syntax:
cs-api-definition
public class DependencyObjectItemCollection<TItem> : ObservableItemCollection<TItem>, IList<TItem>, ICollection<TItem>, IList, ICollection, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, IWeakEventListener, INotifyItemChanged where TItem : DependencyObject, INotifyPropertyChanged
Inheritance: objectCollection<TItem>ObservableCollection<TItem>BindableCollection<TItem>RadObservableCollection<TItem>ObservableItemCollection<TItem>DependencyObjectItemCollection<TItem>
Derived Classes:
Implements:
Inherited Members
Constructors
DependencyObjectItemCollection()
Initializes a new instance of the DependencyObjectItemCollection<TItem> class.
Declaration
cs-api-definition
public DependencyObjectItemCollection()