[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayOfWeekCondition

DayOfWeekCondition Class

Represents the DayOfWeekCondition class.

Inheritance
DayOfWeekCondition
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class DayOfWeekCondition : SelectorCondition
Public Class DayOfWeekCondition
    Inherits SelectorCondition
Remarks

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.

Examples

The following xaml demonstrates how to change appearance of WeekTitle and CalendarDayButton through WeekTitleStyleSelector and CalendarDayButtonStyleSelector in xaml.

Constructors

Name Description
DayOfWeekCondition()

Initializes a new instance of the DayOfWeekCondition class.

Properties

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.