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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[TemplatePartAttribute(Name = "PART_YearsComboBox", Type = typeof(ComboBox))]
[TemplatePartAttribute(Name = "PART_MonthsComboBox", Type = typeof(ComboBox))]
public class C1CalendarItem : CalendarBase, 
	IDisposable
Visual Basic
<TemplatePartAttribute(Name := "PART_YearsComboBox", Type := GetType(ComboBox))> _
<TemplatePartAttribute(Name := "PART_MonthsComboBox", Type := GetType(ComboBox))> _
Public Class C1CalendarItem _
	Inherits CalendarBase _
	Implements IDisposable

Inheritance Hierarchy

See Also