Class CategoryCollection
Represents a dynamic data collection of Categories that provides notifications when categories get added, removed, or when the whole list is refreshed.
Inheritance
Namespace: Telerik.Windows.Controls.TaskBoard
Assembly: Telerik.Windows.Controls.dll
Syntax
public class CategoryCollection : ObservableCollection<ICategory>
Constructors
CategoryCollection()
CategoryCollection(IEnumerable<ICategory>)
Initializes a new instance of the CategoryCollection class. It contains elements copied from the specified list.
Declaration
public CategoryCollection(IEnumerable<ICategory> collection)
Parameters
System.Collections.Generic.IEnumerable<ICategory>
collection
The collection from which the elements are copied. |