Back to Devexpress

WeekDaysEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-636e7b1a.md

latest2.4 KB
Original Source

WeekDaysEdit Class

The combo box control used to select days of the week.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Remarks

The WeekDaysEdit control allows selection of days of the week, or one of their standard combinations, as a WeekDays enumeration member. The selection is available via the WeekDaysEdit.DayOfWeek property of the control.

The common appearance of the control is shown in the picture below.

Implements

IXtraResizableControl

Inheritance

Show 15 items

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

See Also

WeekDaysEdit Members

DevExpress.XtraScheduler.UI Namespace