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

SchedulerPrintAdapter.FirstDayOfWeek Property

Gets or sets the start day of the scheduler week. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public FirstDayOfWeek? FirstDayOfWeek { get; set; }

Property Value

Type Description
Nullable<FirstDayOfWeek>

A FirstDayOfWeek enumeration value, specifying the week’s start day.

Available values:

Name Description
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