Class
MapPathSegmentCollection

Represents a collection of MapPathSegmentCollection objects that can be individually accessed by index.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapPathSegmentCollection : ObservableCollection<MapPathSegment>, IList<MapPathSegment>, ICollection<MapPathSegment>, IList, ICollection, IReadOnlyList<MapPathSegment>, IReadOnlyCollection<MapPathSegment>, IEnumerable<MapPathSegment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<MapPathSegment>ObservableCollection<MapPathSegment>MapPathSegmentCollection

Implements: ICollectionICollection<MapPathSegment>IEnumerableIEnumerable<MapPathSegment>IListIList<MapPathSegment>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<MapPathSegment>IReadOnlyList<MapPathSegment>

Inherited Members ObservableCollection<MapPathSegment>.Move(int, int)ObservableCollection<MapPathSegment>.ClearItems()ObservableCollection<MapPathSegment>.RemoveItem(int)ObservableCollection<MapPathSegment>.InsertItem(int, MapPathSegment)ObservableCollection<MapPathSegment>.SetItem(int, MapPathSegment)ObservableCollection<MapPathSegment>.MoveItem(int, int)ObservableCollection<MapPathSegment>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<MapPathSegment>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<MapPathSegment>.BlockReentrancy()ObservableCollection<MapPathSegment>.CheckReentrancy()ObservableCollection<MapPathSegment>.CollectionChangedObservableCollection<MapPathSegment>.PropertyChangedCollection<MapPathSegment>.Add(MapPathSegment)Collection<MapPathSegment>.Clear()Collection<MapPathSegment>.CopyTo(MapPathSegment[], int)Collection<MapPathSegment>.Contains(MapPathSegment)Collection<MapPathSegment>.GetEnumerator()Collection<MapPathSegment>.IndexOf(MapPathSegment)Collection<MapPathSegment>.Insert(int, MapPathSegment)Collection<MapPathSegment>.Remove(MapPathSegment)Collection<MapPathSegment>.RemoveAt(int)Collection<MapPathSegment>.CountCollection<MapPathSegment>.ItemsCollection<MapPathSegment>.this[int]

Constructors

MapPathSegmentCollection()

Declaration

cs-api-definition
public MapPathSegmentCollection()
In this article
DefinitionConstructorsMapPathSegmentCollection()
Not finding the help you need?
Contact Support