Class
IntervalCollection

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: ICollectionICollection<IntervalBase>IEnumerableIEnumerable<IntervalBase>IListIList<IntervalBase>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<IntervalBase>IReadOnlyList<IntervalBase>

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

Constructors

IntervalCollection()

Declaration

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