Back to Devexpress

WeekOfMonthEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-66b3ab09.md

latest2.3 KB
Original Source

WeekOfMonthEdit Class

The combo box used to select a week of the month.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Remarks

The selected WeekOfMonth is available via the WeekOfMonthEdit.WeekOfMonth property of the control.

The control’s common appearance 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 WeekOfMonthEdit

See Also

WeekOfMonthEdit Members

DevExpress.XtraScheduler.UI Namespace