Back to Devexpress

WeekDaysEdit.DayOfWeek Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-weekdaysedit.md

latest1.9 KB
Original Source

WeekDaysEdit.DayOfWeek Property

Gets or sets the value selected in the control.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public WeekDays DayOfWeek { get; set; }
vb
<Browsable(False)>
Public Property DayOfWeek As WeekDays

Property Value

TypeDescription
WeekDays

A WeekDays enumeration member, representing a day of the week, or a standard combination of days.

|

Available values:

NameDescription
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.

|

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

WeekDaysEdit Class

WeekDaysEdit Members

DevExpress.XtraScheduler.UI Namespace