Class IntervalSpanCollection
Defines a collection of System.
Inheritance
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IntervalSpanCollection : ObservableCollection<int>
Constructors
IntervalSpanCollection()
Initializes a new instance of the Interval
Declaration
public IntervalSpanCollection()
IntervalSpanCollection(IEnumerable<Int32>)
Initializes a new instance of the Interval
Declaration
public IntervalSpanCollection(IEnumerable<int> collection)
Parameters
System. The collection from which the elements are copied. |
IntervalSpanCollection(List<Int32>)
Initializes a new instance of the Interval
Declaration
public IntervalSpanCollection(List<int> list)
Parameters
System. The list from which the elements are copied. |