ClassDependencyObjectCollection<T>
Class
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:
cs-api-definition
public class DependencyObjectCollection<T> : FreezableCollection<T> where T : DependencyObject
Inheritance: objectDependencyObjectCollection<T>
Derived Classes:
Constructors
DependencyObjectCollection()
Declaration
cs-api-definition
public DependencyObjectCollection()