ClassTimeIndicatorsCollection
Class
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:
cs-api-definition
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
TimeIndicatorsCollection()
Initializes a new instance of the TimeIndicatorsCollection class.
Declaration
cs-api-definition
public TimeIndicatorsCollection()
TimeIndicatorsCollection(IEnumerable<ITimeIndicator>)
Initializes a new instance of the TimeIndicatorsCollection class. It contains elements copied from the specified list.
Declaration
cs-api-definition
public TimeIndicatorsCollection(IEnumerable<ITimeIndicator> collection)
Parameters
collection
The collection from which the elements are copied.