ClassZoomGridListCollection
Class
Represents an ordered collection of ZoomGrid objects.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ZoomGridListCollection : ObservableCollection<ZoomGrid>, IList<ZoomGrid>, ICollection<ZoomGrid>, IList, ICollection, IReadOnlyList<ZoomGrid>, IReadOnlyCollection<ZoomGrid>, IEnumerable<ZoomGrid>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<ZoomGrid>ObservableCollection<ZoomGrid>ZoomGridListCollection
Implements:
Inherited Members
Constructors
ZoomGridListCollection()
Declaration
cs-api-definition
public ZoomGridListCollection()