RadControls for Silverlight

Represents an ordered collection of ZoomLevelGrid 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 ZoomLevelGridCollection : ObservableCollection<ZoomLevelGrid>
Visual Basic
Public Class ZoomLevelGridCollection _
	Inherits ObservableCollection(Of ZoomLevelGrid)

Inheritance Hierarchy

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

See Also