Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WeekDaysEdit Class

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[ComVisible(false)]
public class WeekDaysEdit :
    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.

WeekDaysEdit

See Also