Skip to main content
A newer version of this page is available. .

YearlyDayOfWeekExceptionRule.DayOfWeek Property

Gets or sets the day of the week when the rule applies.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[DefaultValue(DayOfWeek.Sunday)]
public DayOfWeek DayOfWeek { get; set; }

Property Value

Type Default Description
DayOfWeek **Sunday**

A value that specifies the day of the week when the rule applies.

See Also