RadControls for Silverlight

Represents an ordered collection of Category objects.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.1050

Syntax

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

Inheritance Hierarchy

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

See Also