Class
PathSegmentDataCollection

Represents a collection of PathSegmentDataCollection 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 PathSegmentDataCollection : ObservableCollection<PathSegmentData>, IList<PathSegmentData>, ICollection<PathSegmentData>, IList, ICollection, IReadOnlyList<PathSegmentData>, IReadOnlyCollection<PathSegmentData>, IEnumerable<PathSegmentData>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<PathSegmentData>ObservableCollection<PathSegmentData>PathSegmentDataCollection

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

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

Constructors

PathSegmentDataCollection()

Declaration

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