MonthEdit Class
In This Article
A combo box used to select a month.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
[ToolboxTabName("DX.14.2: Scheduling")]
[DXToolboxBrowsable]
public class MonthEdit :
FixedSourceComboBoxEdit
#Remarks
By default, the MonthEdit control is filled in with month names based on the currently selected culture. An end-user selection is available via the MonthEdit.Month property.
The typical appearance of the control is shown below.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
BaseEdit
TextEditBase
TextEdit
ButtonEdit
PopupBaseEdit
LookUpEditBase
ComboBoxEdit
DevExpress.Xpf.Scheduler.UI.FixedSourceComboBoxEdit
MonthEdit
#Extension Methods
See Also