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.

Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
BaseEdit
TextEditBase
TextEdit
ButtonEdit
PopupBaseEdit
LookUpEditBase
ComboBoxEdit
DevExpress.Xpf.Scheduler.UI.FixedSourceComboBoxEdit
WeekOfMonthEdit
Extension Methods
See Also