RadControls for Silverlight

Represents a dynamic data collection of TimeMarkers that provides notifications when time markers get added, removed, or when the whole list is refreshed.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public class TimeMarkerCollection : ObservableCollection<ITimeMarker>
Visual Basic
Public Class TimeMarkerCollection _
	Inherits ObservableCollection(Of ITimeMarker)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ITimeMarker>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'ITimeMarker>)>)>
      Telerik.Windows.Controls..::..TimeMarkerCollection

See Also