WeekDaysEdit.DayOfWeek Property
In This Article
Gets or sets the value selected in the control.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Property Value
Type | Description |
---|---|
Week |
A Week |
Available values:
Name | Description |
---|---|
Sunday | Specifies Sunday. |
Monday | Specifies Monday. |
Tuesday | Specifies Tuesday. |
Wednesday | Specifies Wednesday. |
Thursday | Specifies Thursday. |
Friday | Specifies Friday. |
Saturday | Specifies Saturday. |
Weekend |
Specifies Saturday and Sunday. |
Work |
Specifies work days (Monday, Tuesday, Wednesday, Thursday and Friday). |
Every |
Specifies every day of the week. |
#Remarks
Use this property to obtain a value of the control, representing a day of the week or a standard combination of days, selected by the user.
See Also