Skip to main content
A newer version of this page is available. .

WeekDaysCheckEdit Class

The control that allows selecting days of the week by checking the corresponding boxes.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.weekDaysCheckEdit.bmp")]
[ComVisible(false)]
[Docking(DockingBehavior.Ask)]
public class WeekDaysCheckEdit :
    XtraUserControl,
    ISupportInitialize,
    IBatchUpdateable,
    IBatchUpdateHandler

Remarks

Use the WeekDaysCheckEdit.FirstDayOfWeek property to specify the control’s initial settings. When the user makes changes, the WeekDaysCheckEdit.WeekDaysChanged event is fired. The combination of checked weekdays is available via the WeekDaysCheckEdit.WeekDays property of the control.

To save space, short names of the weekdays may be displayed by setting the WeekDaysCheckEdit.UseAbbreviatedDayNames property to true.

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

WeekDaysCheckEdit

See Also