Represents a single month calendar with an ability to interactively navigate through months and select a specific DateTime or its components.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class C1MonthCalendar : C1CalendarBase
Visual Basic (Declaration)
Public Class C1MonthCalendar _
	Inherits C1CalendarBase

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.C1Schedule..::..C1CalendarBase
                C1.WPF.C1Schedule..::..C1MonthCalendar

See Also