windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-weekdaysedit.md
Gets or sets the value selected in the control.
Namespace : DevExpress.XtraScheduler.UI
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[Browsable(false)]
public WeekDays DayOfWeek { get; set; }
<Browsable(False)>
Public Property DayOfWeek As WeekDays
| Type | Description |
|---|---|
| WeekDays |
A WeekDays enumeration member, representing a day of the week, or a standard combination of days.
|
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.
| | WeekendDays |
Specifies Saturday and Sunday.
| | WorkDays |
Specifies work days ( Monday , Tuesday , Wednesday , Thursday and Friday ).
| | EveryDay |
Specifies every day of the week.
|
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