Table of Contents
MonthRows Property

Gets or sets a value that indicates the number of month rows in the Calendar. This is a dependency property.

Syntax
 public Int32 MonthRows { get; set; }
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