A newer version of this page is available.
Switch to the current version.
WeekDaysEdit Class
The combo box control used to select days of the week.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.weekDaysEdit.bmp")]
[ComVisible(false)]
public class WeekDaysEdit :
ImageComboBoxEdit
<ToolboxBitmap(GetType(SchedulerControl), "Bitmaps256.weekDaysEdit.bmp")>
<ComVisible(False)>
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
Inheritance
See Also
Feedback