MonthlyRecurrenceControl.WeekDays Property
In This Article
Gets or sets the days of the week to schedule a monthly recurrent appointment.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Week |
A Week |
#Remarks
Use the WeekDays property to specify or obtain the value of the RecurrenceInfo.WeekDays property of the object accessed via the MonthlyRecurrenceControl.RecurrenceInfo property.
See Also