Collection class for propagating inheritance context to child elements in WPF.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Type Parameters:
T
The type of elements in the collection.
Syntax:
C#
public class DependencyObjectCollection<T> : FreezableCollection<T> where T : DependencyObject
Inheritance: objectDependencyObjectCollection<T>
Derived Classes:
Constructors
C#
public DependencyObjectCollection()