RadControls for Silverlight

Represents a dynamic data collection of Categories that provides notifications when categories get added, removed, or when the whole list is refreshed.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public class CategoryCollection : ObservableCollection<ICategory>
Visual Basic
Public Class CategoryCollection _
	Inherits ObservableCollection(Of ICategory)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ICategory>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'ICategory>)>)>
      Telerik.Windows.Controls..::..CategoryCollection

See Also