简体   繁体   中英

WPF Date Picker Control for .Net 3.5

我在WPF下用C#.Net 3.5 Sp1开发应用程序。我需要在其中实现日期选择器。如何在WPF中获得该控件。如何在XAML中实现。

If you are using .NET 3.5 or .NET 4 you can use the DateTimePicker control in the Extended WPF toolKit on CodePlex .

在此输入图像描述

The extended WPF toolkit provides an implementation. You can use it or study the source code to help you create your own version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM