CalendarDatePickerFirstDayOfWeek Property

Gets or sets the day that is considered the beginning of the week.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DayOfWeek FirstDayOfWeek { get; set; }

Property Value

DayOfWeek
A DayOfWeek representing the beginning of the week. The default is Sunday.

See Also