CalendarView.FirstDayOfWeek Property

Definition

Gets or sets a value that indicates which day is shown as the first day of the week.

public:
 property DayOfWeek FirstDayOfWeek { DayOfWeek get(); void set(DayOfWeek value); };
DayOfWeek FirstDayOfWeek();

void FirstDayOfWeek(DayOfWeek value);
public DayOfWeek FirstDayOfWeek { get; set; }
var dayOfWeek = calendarView.firstDayOfWeek;
calendarView.firstDayOfWeek = dayOfWeek;
Public Property FirstDayOfWeek As DayOfWeek
<CalendarView FirstDayOfWeek="dayOfWeekMemberName"/>

Property Value

A value of the enumeration that indicates which day is shown as the first day of the week.

Applies to