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

DailyRecurrenceControl.WeekDays Property

Gets or sets the days of the week for appointment scheduling.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(WeekDays.EveryDay)]
public WeekDays WeekDays { get; set; }

Property Value

Type Default Description
WeekDays **EveryDay**

A WeekDays enumeration, specifying the days of the week.

Available values:

Name Description
Sunday

Specifies Sunday.

Monday

Specifies Monday.

Tuesday

Specifies Tuesday.

Wednesday

Specifies Wednesday.

Thursday

Specifies Thursday.

Friday

Specifies Friday.

Saturday

Specifies Saturday.

WeekendDays

Specifies Saturday and Sunday.

WorkDays

Specifies work days (Monday, Tuesday, Wednesday, Thursday and Friday).

EveryDay

Specifies every day of the week.

Remarks

For the DailyRecurrenceControl the default value is WeekDays.EveryDay.

Implement the DailyRecurrenceControl.ValidateValues override to check the DailyRecurrenceControl.Periodicity and WeekDays for proper values.

See Also