Skip to main content
A newer version of this page is available. .

WeekOfMonthEdit Class

The combo box used to select a week of the month.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[ComVisible(false)]
public class WeekOfMonthEdit :
    ImageComboBoxEdit

Remarks

The selected WeekOfMonth is available via the WeekOfMonthEdit.WeekOfMonth property of the control.

The control’s common appearance is shown below.

WeekOfMonth

See Also