Skip to main content

MonthEdit Class

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.

MonthEdit

See Also