Back to Devexpress

MonthEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-fc720c5a.md

latest2.3 KB
Original Source

MonthEdit Class

The combo box control to select a month.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
[DXLicenseWinForms]
public class MonthEdit :
    ImageComboBoxEdit
vb
<ComVisible(False)>
<DXLicenseWinForms>
Public Class MonthEdit
    Inherits ImageComboBoxEdit

Remarks

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.

Implements

IXtraResizableControl

Inheritance

Show 15 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit ComboBoxEdit ImageComboBoxEdit MonthEdit

See Also

MonthEdit Members

DevExpress.XtraScheduler.UI Namespace