ClassCategoryCollection
Class
Represents a dynamic data collection of Categories that provides notifications when categories get added, removed, or when the whole list is refreshed.
Definition
Namespace:Telerik.Windows.Controls.TaskBoard
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class CategoryCollection : ObservableCollection<ICategory>, IList<ICategory>, ICollection<ICategory>, IList, ICollection, IReadOnlyList<ICategory>, IReadOnlyCollection<ICategory>, IEnumerable<ICategory>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<ICategory>ObservableCollection<ICategory>CategoryCollection
Implements:
Inherited Members
Constructors
CategoryCollection()
Initializes a new instance of the CategoryCollection class.
Declaration
cs-api-definition
public CategoryCollection()
CategoryCollection(IEnumerable<ICategory>)
Initializes a new instance of the CategoryCollection class. It contains elements copied from the specified list.
Declaration
cs-api-definition
public CategoryCollection(IEnumerable<ICategory> collection)
Parameters
collection
The collection from which the elements are copied.