WeekOfMonthEdit.WeekOfMonth Property
Gets or sets the value selected in the WeekOfMonthEdit control.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public WeekOfMonth WeekOfMonth { get; set; }
#Property Value
Type | Description |
---|---|
Week |
A Week |
Available values:
Name | Description |
---|---|
None | There isn’t any recurrence rule based upon the weeks in a month. |
First | The recurring event will occur once a month, on the specified day or days of the first week in the month. |
Second | The recurring event will occur once a month, on the specified day or days of the second week in the month. |
Third | The recurring event will occur once a month, on the specified day or days of the third week in the month. |
Fourth | The recurring event will occur once a month, on the specified day or days of the fourth week in the month. |
Last | The recurring event will occur once a month, on the specified day or days of the last week in the month. |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
Use the WeekOfMonth property to access an end-user selection in the WeekOfMonthEdit control.