Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.Schedule.CalendarBase
                      C1.Silverlight.Schedule.C1Calendar
                      C1.Silverlight.Schedule.C1CalendarItem

    See Also