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.v19.2.dll

Declaration

[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.weekOfMonthEdit.bmp")]
[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