ClassPathSegmentDataCollection
Class
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:
Inherited Members
Constructors
PathSegmentDataCollection()
Declaration
cs-api-definition
public PathSegmentDataCollection()