Skip to main content

WeekOfMonthEdit Class

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.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