Skip to main content

WeekDaysEdit Class

A combo box used to select days of the week.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

[ToolboxTabName("DX.14.2: Scheduling")]
[DXToolboxBrowsable]
public class WeekDaysEdit :
    FixedSourceComboBoxEdit
<ToolboxTabName("DX.14.2: Scheduling")>
<DXToolboxBrowsable>
Public Class WeekDaysEdit
    Inherits FixedSourceComboBoxEdit

Remarks

The WeekDaysEdit control allows selection of days of the week or standard combinations as a WeekDays enumeration member.

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

WeekDaysEdit

See Also