Skip to main content
A newer version of this page is available. .

HorizontalWeek.VisibleWeekDays Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.2.Reporting.dll

Declaration

[DefaultValue(WeekDays.EveryDay)]
[XtraSerializableProperty]
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 HorizontalWeek control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VisibleWeekDays property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also