Class DependencyObjectCollection<T>
Collection class for propagating inheritance context to child elements in WPF.
Inheritance
System.Object
DependencyObjectCollection<T>
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class DependencyObjectCollection<T> : FreezableCollection<T> where T : DependencyObject
Type Parameters
T
The type of elements in the collection. |
Constructors
DependencyObjectCollection()
Declaration
public DependencyObjectCollection()