Gets a C1MultiMonthCalendar owning this C1MonthCalendar control in the case when the calendar operates as a part of the C1MultiMonthCalendar control. This is a dependency property.

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

Syntax

C#
public C1MultiMonthCalendar MultiMonthCalendar { get; }
Visual Basic (Declaration)
Public ReadOnly Property MultiMonthCalendar As C1MultiMonthCalendar
	Get

Remarks

This is a dependency property.

See Also