Table of Contents
WeekendDays Property

Gets or sets a collection of DayOfWeek values that represents the weekend days.

Syntax
 public WeekDaysCollection WeekendDays { get; set; }

Property Value

By default the collection is initialized using the following values: Sunday and Saturday.

Example

The following example changes the weekend days to Friday and Saturday.

XAML
<eo:Calendar HighlightWeekends="True" Grid.Column="1" WeekendDays="Friday, Saturday">
</eo:Calendar>

See Also