Skip to main content

YearlyRecurrenceControl.WeekDays Property

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

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public WeekDays WeekDays { get; set; }

#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 YearlyRecurrenceControl.RecurrenceInfo property.

See Also