Table of Contents
HighlightWeekends Property

Gets or sets a value that indicates whether the weekend dates within the calendar should be highlighted. This is a dependency property.

Syntax
 public Boolean HighlightWeekends { get; set; }

Property Value

true to highlight weekends; otherwise false. The default is false. The default style highlights the weekend days as red when this property is set to true. You can customize DayButtonStyle to customize the highlight style.

Remarks

The list of weekend days can be specified via the WeekendDays collection.

See Also