BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Hello,I find no way to change the backcolor of the weeknumbers. In past the color was grey (s. att.) but after the update to version 13.3.0.18 it's same like the grid backcolor.Thanks for your help.Best regards,Frank
In DateTimePickerAdv, the week back color of the week number can be customized by using the property named WeekInterior, Please make use of the below code example.
Code Example[VB];
'To Change the background color of the week numbers Me.dateTimePickerAdv1.Calendar.WeekInterior = New Syncfusion.Drawing.BrushInfo(Color.Gray) |
We have prepared a sample for your reference can it can be downloaded from the below location.
Sample : http://www.syncfusion.com/downloads/support/forum/121787/ze/DateTimeWeekInterior-1535721441
Also, refer to the following screenshot.
Regards,
Senthil