ClassIntervalCollection
Class
Defines a collection of IntervalBase objects.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class IntervalCollection : BindableCollection<IntervalBase>, IList<IntervalBase>, ICollection<IntervalBase>, IList, ICollection, IReadOnlyList<IntervalBase>, IReadOnlyCollection<IntervalBase>, IEnumerable<IntervalBase>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<IntervalBase>ObservableCollection<IntervalBase>BindableCollection<IntervalBase>IntervalCollection
Implements:
Inherited Members
Constructors
IntervalCollection()
Declaration
cs-api-definition
public IntervalCollection()