A control for displaying a monthly calendar.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[TemplatePartAttribute(Name = "PART_DaysOfWeekList", Type = typeof(ItemsControl))]
[TemplatePartAttribute(Name = "PART_DaysList", Type = typeof(ListBox))]
public class MonthCalendar : Control
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_DaysOfWeekList", Type := GetType(ItemsControl))> _
<TemplatePartAttribute(Name := "PART_DaysList", Type := GetType(ListBox))> _
Public Class MonthCalendar _
	Inherits 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
              Mindscape.WpfElements..::.MonthCalendar

See Also