Skip to main content

WeekDaysCheckEdit.WeekDays Property

Gets or sets the day of the week or a specific group of days selected in the editor.

Namespace: DevExpress.Xpf.Scheduler.UI

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

Declaration

public WeekDays WeekDays { get; set; }
Public Property WeekDays As WeekDays

Property Value

Type Description
WeekDays

The WeekDays enumeration value specifying the day/days in a week.

Remarks

Use the WeekDays property to obtain the result of an end-user selection.

WeekDaysCheckEdit_WeekDays

See Also