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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Remarks

This is a dependency property.

See Also