Represents a dynamic data collection of TimeIndicators that provides notifications when indicators get added, removed, or when the whole list is refreshed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class TimeIndicatorsCollection : ObservableCollection<ITimeIndicator>, IList<ITimeIndicator>, ICollection<ITimeIndicator>, IList, ICollection, IReadOnlyList<ITimeIndicator>, IReadOnlyCollection<ITimeIndicator>, IEnumerable<ITimeIndicator>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<ITimeIndicator>ObservableCollection<ITimeIndicator>TimeIndicatorsCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the TimeIndicatorsCollection class.
C#
public TimeIndicatorsCollection()
Initializes a new instance of the TimeIndicatorsCollection class. It contains elements copied from the specified list.
C#
public TimeIndicatorsCollection(IEnumerable<ITimeIndicator> collection)
The collection from which the elements are copied.