Class
MapPathSegmentViewCollection

Represents a collection of map path segment objects that can be individually accessed by index.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectCollection<MapPathSegmentView>ObservableCollection<MapPathSegmentView>MapPathSegmentViewCollection

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

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

Constructors

MapPathSegmentViewCollection()

Declaration

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