YearlyRecurrenceControl.WeekOfMonth Property
In This Article
Gets or sets the number of the week in a month when an appointment is scheduled.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Week |
A Week |
#Remarks
Use the WeekOfMonth property to specify or obtain the value of the RecurrenceInfo.WeekOfMonth property of the object accessed via the YearlyRecurrenceControl.RecurrenceInfo property.
See Also