79334820

Date: 2025-01-07 03:17:31
Score: 1.5
Natty:
Report link

If you need to use DateTimePicker, you actually need to install the Extended.Wpf.Toolkit package through NuGet: enter image description here

Then add the following namespace reference to your XAML file: xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" Finally, use the DateTimePicker control in GridL, for example: <xctk:DateTimePicker Name="dateTimePicker" Format="FullDateTime" />

enter image description here

Reasons:
  • Probably link only (1):
  • No code block (0.5):
Posted by: Cody Liang