Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerPresenter Class
Members

In This Topic
    C1SchedulerPresenter Class
    In This Topic
    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.
    Object Model
    C1SchedulerPresenter Class
    Syntax
    'Declaration
     
    
    Public Class C1SchedulerPresenter 
       Inherits VisualIntervalsPresenter
    public class C1SchedulerPresenter : VisualIntervalsPresenter 
    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