An instance of this class is used in the C1Scheduler's template visual tree to define a place where a pane representing schedule time intervals will appear.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class C1SchedulerPresenter : VisualIntervalsPresenter, 
	ICollectionChangedListener
Visual Basic
Public Class C1SchedulerPresenter _
	Inherits VisualIntervalsPresenter _
	Implements ICollectionChangedListener

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                C1.Silverlight.Schedule..::..GroupedListBox
                  C1.Silverlight.Schedule..::..VisualIntervalsPresenter
                    C1.Silverlight.Schedule..::..C1SchedulerPresenter

See Also