Skip to main content

DailyRecurrenceControl.WeekDays Property

Gets or sets the days of the week to schedule a daily recurrent appointment.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public WeekDays WeekDays { get; set; }
Public Property WeekDays As WeekDays

Property Value

Type Description
WeekDays

A WeekDays enumeration member specifying the days of the week for appointment recurrences.

Remarks

Use the WeekDays property to specify or obtain the value of the RecurrenceInfo.WeekDays property of the object accessed via the DailyRecurrenceControl.RecurrenceInfo property.

NOTE

For a daily recurrence of appointments (the RecurrenceInfo.Type property value is set to RecurrenceType.Daily), the WeekDays property value must be set to the WeekDays.EveryDay or WeekDays.WorkDays enumeration member.

See Also