Back to Devexpress

ASPxSchedulerPrintAdapterBase.FirstDayOfWeek Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-reporting-dot-aspxschedulerprintadapterbase-b17875e1.md

latest2.1 KB
Original Source

ASPxSchedulerPrintAdapterBase.FirstDayOfWeek Property

Gets or sets the day that starts the scheduler week.

Namespace : DevExpress.Web.ASPxScheduler.Reporting

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(FirstDayOfWeek.System)]
public FirstDayOfWeek FirstDayOfWeek { get; set; }
vb
<DefaultValue(FirstDayOfWeek.System)>
Public Property FirstDayOfWeek As FirstDayOfWeek

Property Value

TypeDefaultDescription
FirstDayOfWeekSystem

A DayOfWeek enumeration value, specifying the start day of the week for the scheduler.

|

Available values:

NameDescription
System

The start day of the week will be obtained from the regional settings of the operating system.

| | Sunday |

The calendar week will start with Sunday.

| | Monday |

The calendar week will start with Monday.

| | Tuesday |

The calendar week will start with Tuesday.

| | Wednesday |

The calendar week will start with Wednesday.

| | Thursday |

The calendar week will start with Thursday.

| | Friday |

The calendar week will start with Friday.

| | Saturday |

The calendar week will start with Saturday.

|

See Also

ASPxSchedulerPrintAdapterBase Class

ASPxSchedulerPrintAdapterBase Members

DevExpress.Web.ASPxScheduler.Reporting Namespace