Skip to main content

WeekDaysCheckEdit.VisibleWeekDays Property

Gets or sets days of the week visible in the WeekDaysCheckEdit control.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(WeekDays.EveryDay)]
public WeekDays VisibleWeekDays { get; set; }

Property Value

Type Default Description
WeekDays EveryDay

A WeekDays enumeration member, representing a day or a group 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

The VisibleWeekDays property specifies the days of the week displayed in the WeekDaysCheckEdit control. When this property is changed, the control’s content is cleared and created again for the specified days.

See Also