Table of Contents
EnableMonthSelector Property

Gets or sets a value that indicates whether month selection is enabled or not. This is a dependency property.

Syntax
 public Boolean EnableMonthSelector { get; set; }

Property Value

true to enable month selection; otherwise false. The default value is false.

Remarks

Note that month selection can only be enabled if the SelectionMode is set to Multiple or Extended.

After enabling month selection and the previous condition is met, a BareButton appears at the top left corner of the Calendar as illustrated in the following image:

Note that the month BareButton can be styled via MonthSelectorStyle.

See Also