Table of Contents
IsInMultiMonthView Property

Gets a value that indicates whether the Calendar is currently displaying more then one month. This is a dependency property.

Syntax
 public Boolean IsInMultiMonthView { get; }

Property Value

true if the Calendar is currently displaying more then one month; otherwise false. The default value is false.

Remarks

The following image illustrates the Calendar in multi-month view.

The previous image can be created with the following XAML markup:
XAML
<eo:Calendar MonthRows="2" MonthColumns="2" />

See Also