Class TimeIndicatorsCollection
Represents a dynamic data collection of TimeIndicators that provides notifications when indicators get added, removed, or when the whole list is refreshed.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeIndicatorsCollection : ObservableCollection<ITimeIndicator>
Constructors
TimeIndicatorsCollection()
Initializes a new instance of the TimeIndicatorsCollection class.
Declaration
public TimeIndicatorsCollection()
TimeIndicatorsCollection(IEnumerable<ITimeIndicator>)
Initializes a new instance of the TimeIndicatorsCollection class. It contains elements copied from the specified list.
Declaration
public TimeIndicatorsCollection(IEnumerable<ITimeIndicator> collection)
Parameters
System.Collections.Generic.IEnumerable<ITimeIndicator>
collection
The collection from which the elements are copied. |