CalendarDatePickerFirstDayOfWeek Property
Gets or sets the day that is considered the beginning of the week.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DayOfWeek FirstDayOfWeek { get; set; }
Public Property FirstDayOfWeek As DayOfWeek
Get
Set
member FirstDayOfWeek : DayOfWeek with get, set
Property Value
DayOfWeek
A
DayOfWeek representing the beginning of
the week. The default is
Sunday.