DayViewTimeCells.VisibleWeekDays Property
Gets or sets which days of the week are shown in the report.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[DefaultValue(WeekDays.EveryDay)]
[XtraSerializableProperty]
public WeekDays VisibleWeekDays { get; set; }
Property Value
Type | Default | Description |
---|---|---|
WeekDays | EveryDay | A WeekDays enumeration member specifying the days of the week. |
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. |
See Also