Back to Devexpress

SchedulerPrintAdapter.FirstDayOfWeek Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-dot-schedulerprintadapter-467ea26d.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public FirstDayOfWeek? FirstDayOfWeek { get; set; }
vb
Public Property FirstDayOfWeek As FirstDayOfWeek?

Property Value

TypeDescription
Nullable<FirstDayOfWeek>

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

|

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

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.Xpf.Scheduling.Reporting Namespace