Represents a multi 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#
[StyleTypedPropertyAttribute(Property = "MonthSlotStyle", StyleTargetType = typeof(MonthSlotPresenter))]
[StyleTypedPropertyAttribute(Property = "MonthCalendarStyle", StyleTargetType = typeof(C1MonthCalendar))]
public class C1MultiMonthCalendar : C1CalendarBase
Visual Basic (Declaration)
<StyleTypedPropertyAttribute(Property := "MonthSlotStyle", StyleTargetType := GetType(MonthSlotPresenter))> _
<StyleTypedPropertyAttribute(Property := "MonthCalendarStyle", StyleTargetType := GetType(C1MonthCalendar))> _
Public Class C1MultiMonthCalendar _
	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..::..C1MultiMonthCalendar

See Also