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

In This Topic
    CalendarBase Class
    In This Topic
    The base class for the C1CalendarItem and C1Calendar controls.
    Object Model
    CalendarBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class CalendarBase 
       Inherits System.Windows.Controls.Control
    public abstract class CalendarBase : System.Windows.Controls.Control 
    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
                            C1.WPF.Schedule.C1CalendarItem

    See Also