[]
Represents the DayOfWeekCondition class.
public class DayOfWeekCondition : SelectorCondition
Public Class DayOfWeekCondition
Inherits SelectorCondition
This condition works in CalendarDayButtonStyleSelector and WeekTitleStyleSelector. When you add a DayOfWeekCondition in a WeekTitleStyleSelector, WeekTitleStyleSelector only checks the DayOfWeek property, the WeekInMonth property will be ignored.
The following xaml demonstrates how to change appearance of WeekTitle and CalendarDayButton through WeekTitleStyleSelector and CalendarDayButtonStyleSelector in xaml.
Name | Description |
---|---|
DayOfWeekCondition() | Initializes a new instance of the DayOfWeekCondition class. |
Name | Description |
---|---|
DayOfWeek | Gets or sets the day of week which the DayOfWeekCondition will be checked. |
WeekInMonth | Gets or sets the weeks in a month which the DayOfWeekCondition will be checked. |