Represents a month calendar with an ability to interactively navigate through months and select a specific DateTime value.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
[TemplatePartAttribute(Name = "DaysOfWeekPresenter", Type = typeof(DaysOfWeekPresenter))]
public class C1Calendar : Control, ICollectionChangedListener
Visual Basic
<TemplatePartAttribute(Name := "DaysOfWeekPresenter", Type := GetType(DaysOfWeekPresenter))> _
Public Class C1Calendar _
	Inherits Control _
	Implements ICollectionChangedListener

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          C1.Xaml.Calendar..::..C1Calendar

See Also