0

I want to implement date time picker in my C# WPF application, but I couldn't find any controls as such. How can I implement it?

AJ_NOVICE
  • 311
  • 1
  • 4
  • 11

1 Answers1

-1

Use the WPF Toolkit Extended, it contains a prebuilt DateTimePicker that supports MVVM and Databinding.

Alex Anderson
  • 840
  • 5
  • 11