Gets or sets a Style applied to each child C1CalendarItem representing a single month. This is a dependency property.

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

Syntax

C#
public Style MonthCalendarStyle { get; set; }
Visual Basic
Public Property MonthCalendarStyle As Style
	Get
	Set

See Also