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

DxSchedulerRecurrenceInfo.WeekDays Property

Specifies the day/days in a week on which the appointment reoccurs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerWeekDays WeekDays { get; set; }

Property Value

Type Description
SchedulerWeekDays

The day/days in a 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 the days from Monday to Friday.

EveryDay

Specifies every day.

Remarks

Use the WeekDays property to specify a day or days in a week to repeat the appointment.

This property has no effect if the Type property is set to Monthly or Yearly and the WeekOfMonth property is set to None.

Note

See the DxSchedulerRecurrenceInfo class description for more information and an example.

Implements

See Also