RadControls for WPF

Represents an ordered collection of ZoomGrid objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also