Table of Contents
MonthColumns Property

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

Syntax
 public Int32 MonthColumns { 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