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

In This Topic
    C1Calendar Class
    In This Topic
    Represents a multi month calendar with an ability to interactively navigate through months and select a specific System.DateTime value or its components.
    Object Model
    C1Calendar Class
    Syntax
    'Declaration
     
    
    Public Class C1Calendar 
       Inherits CalendarBase
    public class C1Calendar : CalendarBase 
    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
                         C1.WPF.Schedule.CalendarBase
                            C1.WPF.Schedule.C1Calendar

    See Also