windowsforms-devexpress-dot-xtrascheduler-dot-ui-fc720c5a.md
The combo box control to select a month.
Namespace : DevExpress.XtraScheduler.UI
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[ComVisible(false)]
[DXLicenseWinForms]
public class MonthEdit :
ImageComboBoxEdit
<ComVisible(False)>
<DXLicenseWinForms>
Public Class MonthEdit
Inherits ImageComboBoxEdit
By default, the MonthEdit control is filled in with month names according to the currently selected culture. The user selection is available via the MonthEdit.Month property.
The common appearance of the control is shown below.
Show 15 items
Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit ComboBoxEdit ImageComboBoxEdit MonthEdit
See Also