Class TimeMarkerCollection
Represents a dynamic data collection of TimeMarkers that provides notifications when time markers get added, removed, or when the whole list is refreshed.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeMarkerCollection : ObservableCollection<ITimeMarker>
Constructors
TimeMarkerCollection()
Initializes a new instance of the Telerik.Windows.Controls.TimeMarkerCollection class.
Declaration
public TimeMarkerCollection()
TimeMarkerCollection(IEnumerable<ITimeMarker>)
Initializes a new instance of the Telerik.Windows.Controls.TimeMarkerCollection class.
Declaration
public TimeMarkerCollection(IEnumerable<ITimeMarker> collection)
Parameters
System.
|