Table of Contents
DisabledDaysOfWeek Property

Gets or sets which days in the week should be disabled. This is a dependency property.

Syntax
 public DayOfWeekFlags DisabledDaysOfWeek { get; set; }
Remarks

The following code disables Monday and Friday:

XAML
<eo:Calendar DisabledDaysOfWeek="Friday,Monday">
</eo:Calendar>
See Also