Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1CalendarPresenter Class
Members

In This Topic
    C1CalendarPresenter Class
    In This Topic
    An instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with month calendars will appear.
    Object Model
    C1CalendarPresenter Class
    Syntax
    'Declaration
     
    
    Public Class C1CalendarPresenter 
       Inherits System.Windows.Controls.ItemsControl
    public class C1CalendarPresenter : System.Windows.Controls.ItemsControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.Schedule.C1CalendarPresenter

    See Also