WPF Extended WPF Toolkit

一、VS 2013 經過NUGet獲取Extended WPF Toolkit測試

我本身的項目已安裝spa

二、在本身頁面引用Extended WPF Toolkitcode

xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"

引用上面這句話就能夠了orm

控件用法xml

<xctk:DateTimePicker x:Name="dtp_StartTime" Width="167" TimeFormat="Custom" Format="Custom" FormatString="yyyy-MM-dd HH:mm" Value="{x:Static sys:DateTime.Now}"/>

一個日期控件,能夠自定格式,原生的日期控件不能夠自定格式blog

三、測試效果it

相關文章
相關標籤/搜索