.NET 學習

.NET 學習生活感想... 万事成蹉跎..... 贵在坚持 及时整理自己做过和学过的东西

博客园 首页 新随笔 联系 订阅 管理

09 2013 档案

摘要:问题比较简单,直接上代码. private Image _Cover; [Size(SizeAttribute.Unlimited), ValueConverter(typeof(ImageValueConverter))] public Image Cover { get { if (_Cover == null && _Photo != null && _Photo.Length > 0) { usin... 阅读全文
posted @ 2013-09-27 15:09 Tonyyang 阅读(636) 评论(1) 推荐(0)

摘要: 阅读全文
posted @ 2013-09-03 13:29 Tonyyang 阅读(203) 评论(0) 推荐(0)

摘要:How to: Disable Property Editors Based on a Business Rule// Developer Express Code Central Example:// How to: Disable Property Editors Based on a Business Rule// // This example demonstrates how to hide and disable property editors via the// Conditional Appearance module (the obsolete Conditional Ed 阅读全文
posted @ 2013-09-03 13:23 Tonyyang 阅读(777) 评论(0) 推荐(1)

欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/