ClassTimeMarkerCollection
Class
Represents a dynamic data collection of TimeMarkers that provides notifications when time markers 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 TimeMarkerCollection : ObservableCollection<ITimeMarker>, IList<ITimeMarker>, ICollection<ITimeMarker>, IList, ICollection, IReadOnlyList<ITimeMarker>, IReadOnlyCollection<ITimeMarker>, IEnumerable<ITimeMarker>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<ITimeMarker>ObservableCollection<ITimeMarker>TimeMarkerCollection
Implements:
Inherited Members
Constructors
TimeMarkerCollection()
Initializes a new instance of the Telerik.Windows.Controls.TimeMarkerCollection class.
Declaration
cs-api-definition
public TimeMarkerCollection()
TimeMarkerCollection(IEnumerable<ITimeMarker>)
Initializes a new instance of the Telerik.Windows.Controls.TimeMarkerCollection class.
Declaration
cs-api-definition
public TimeMarkerCollection(IEnumerable<ITimeMarker> collection)
Parameters
collection