RadControls for Silverlight

Represents an ordered collection of Location objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also