Represents an ordered collection of ZoomLevelGrid objects.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ZoomLevelGridCollection : ObservableCollection<ZoomLevelGrid>, IList<ZoomLevelGrid>, ICollection<ZoomLevelGrid>, IList, ICollection, IReadOnlyList<ZoomLevelGrid>, IReadOnlyCollection<ZoomLevelGrid>, IEnumerable<ZoomLevelGrid>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<ZoomLevelGrid>ObservableCollection<ZoomLevelGrid>ZoomLevelGridCollection
Implements:
Inherited Members
Constructors
C#
public ZoomLevelGridCollection()