Class DependencyObjectItemCollection<TItem>
Inheritance
System.Object
BindableCollection <TItem>
RadObservableCollection <TItem>
ObservableItemCollection <TItem>
DependencyObjectItemCollection<TItem>
Inherited Members
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DependencyObjectItemCollection<TItem> : ObservableItemCollection<TItem>, ISuspendNotifications, INotifyCollectionStateProvider, IWeakEventListener, INotifyItemChanged where TItem : DependencyObject, INotifyPropertyChanged
Type Parameters
TItem
|
Constructors
DependencyObjectItemCollection()
Declaration
public DependencyObjectItemCollection()