Skip to main content

WeekDaysEdit.DayOfWeek Property

Gets or sets the value selected in the control.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public WeekDays DayOfWeek { get; set; }

Property Value

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.

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