ClassZoomLevelGridCollection
Class
Represents an ordered collection of ZoomLevelGrid objects.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
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
ZoomLevelGridCollection()
Declaration
cs-api-definition
public ZoomLevelGridCollection()