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 Category
Declaration
public CategoryCollection(IEnumerable<ICategory> collection)
Parameters
System. The collection from which the elements are copied. |