Skip to main content

WeekOfMonthEdit Class

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

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

[ToolboxTabName("DX.14.2: Scheduling")]
[DXToolboxBrowsable]
public class WeekOfMonthEdit :
    FixedSourceComboBoxEdit
<ToolboxTabName("DX.14.2: Scheduling")>
<DXToolboxBrowsable>
Public Class WeekOfMonthEdit
    Inherits FixedSourceComboBoxEdit

Remarks

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

The control's common appearance is shown below.

WeekOfMonthEdit

See Also