Table of Contents
ShowNonMonthDays Property

Gets or sets a value that indicates whether non-month days are shown on the Calendar or not. This is a dependency property.

Syntax
 public Boolean ShowNonMonthDays { get; set; }
Remarks

"Non-month days" are the days that does not belong to a month in which it is displayed. For example, 2/1/2013 may be displayed in month January, 2013's month view but does not belong to that month.

See Also