Back to Devexpress

WeekOfMonthEdit.WeekOfMonth Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-weekofmonthedit.md

latest2.2 KB
Original Source

WeekOfMonthEdit.WeekOfMonth Property

Gets or sets the selected value in the editor - the occurrence number of the week in a month.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public WeekOfMonth WeekOfMonth { get; set; }
vb
<Browsable(False)>
Public Property WeekOfMonth As WeekOfMonth

Property Value

TypeDescription
WeekOfMonth

A WeekOfMonth enumeration value that specifies a particular week in every month.

|

Available values:

NameDescription
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

Use this property to obtain the user selection of the WeekOfMonthEdit control.

See Also

WeekOfMonthEdit Class

WeekOfMonthEdit Members

DevExpress.XtraScheduler.UI Namespace