The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
How can I change the first day of week displayed by the DateTimePicker (DateTimeEdit) control in WPF? Always displays days from Sunday. Is there any way to set the first day to Monday?
VRVijayalakshmi Roopkumar Syncfusion Team September 8, 2020 09:42 AM UTC
Hi Daniel
Thank you for your update.
We have checked the reported requirement that you want to change the first day of week. You can achieve it by assigning the FirstDayOfWeek using the following code.
Code:[C#]
publicMainWindow()
{
InitializeComponent();
CultureInfo cultureInfo = new CultureInfo("en-US");