WeekOfMonthEdit Class
In This Article
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
#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