随笔分类 -  wpf

摘要:ShowCardExpandButton GridCardExpandButton 阅读全文
posted @ 2013-10-30 01:05 石 磊 阅读(1123) 评论(0) 推荐(0)
摘要:1 19 20 21 22 LookUpEdit 1 2 3 4 5 6 7 8 9 10 ... 阅读全文
posted @ 2013-10-29 03:29 石 磊 阅读(3175) 评论(1) 推荐(1)
摘要:1 8 9 10 Invert selection11 Get selection12 13 14 15 16 17 18 19 20 ... 阅读全文
posted @ 2013-10-29 02:54 石 磊 阅读(2842) 评论(0) 推荐(0)
摘要:1 7 8 9 10 11 12 13 14 15 16 17 18 19 ... 阅读全文
posted @ 2013-10-23 02:36 石 磊 阅读(525) 评论(0) 推荐(0)
摘要:WpfApplication1.DXSL.BLL。 ReportTimeEventArgs TimeButton namespace WpfApplication1.DXSL.BLL{ using System.Windows.Controls; using System.Windows.Input; using System.Windows; #region ReportTimeEventArgs public class ReportTimeEventArgs : RoutedEventArgs { public ReportTimeEv... 阅读全文
posted @ 2013-03-28 11:13 石 磊 阅读(408) 评论(0) 推荐(0)
摘要:学习IValueConverter的使用StatuToNullableBoolConverter public class StatuToNullableBoolConverter : IValueConverter { /// <summary> /// 将Statu转换为bool? /// </summary> public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo cultur... 阅读全文
posted @ 2013-03-14 14:56 石 磊 阅读(6748) 评论(0) 推荐(0)