A control for displaying a monthly calendar.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[TemplatePartAttribute(Name = "PART_DaysList", Type = typeof(ListBox))]
[TemplatePartAttribute(Name = "PART_DaysOfWeekList", Type = typeof(ItemsControl))]
public class Calendar : Control
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_DaysList", Type := GetType(ListBox))> _
<TemplatePartAttribute(Name := "PART_DaysOfWeekList", Type := GetType(ItemsControl))> _
Public Class Calendar _
	Inherits Control

Inheritance Hierarchy

See Also