RadControls for WPF

A read-only collection containing the default time markers.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'ITimeMarker>)>)>
    Telerik.Windows.Controls..::..DefaultTimeMarkerCollection

See Also