.NET 學習

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

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

04 2013 档案

摘要:http://www.devexpress.com/Support/Center/p/Q478931.aspx 阅读全文
posted @ 2013-04-17 10:39 Tonyyang 阅读(343) 评论(0) 推荐(0)

摘要:http://www.devexpress.com/Support/Center/Example/Details/E1497using System;using DevExpress.ExpressApp.Model;using DevExpress.ExpressApp.Editors;using DevExpress.ExpressApp.Win.Editors;namespace WinSolution.Module.Win { [PropertyEditor(typeof(DateTime))] public class MyDatePropertyEditor : Dat... 阅读全文
posted @ 2013-04-17 09:09 Tonyyang 阅读(395) 评论(0) 推荐(0)

摘要:Split View (aka MasterDetailMode=ListViewAndDetailView) improvementsWe have implemented the following feature request in version 13.1:ListView - Allow placing the master ListView on right or bottom sides when MasterDetailMode = ListViewAndDetailViewTechnically, we have extended theModelListViewSplit 阅读全文
posted @ 2013-04-02 11:03 Tonyyang 阅读(329) 评论(0) 推荐(0)

摘要://UpdatedOn, UpdatedBy, CreatedOn, CreatedBy [PersistentAlias("[<AuditDataItemPersistent>][Contains(AuditedObject.TargetKey, ToStr(^.Oid))].Max(ModifiedOn)")] public DateTime ModifiedOn { get { return Convert.ToDateTime(EvaluateAlias("ModifiedOn")); } ... 阅读全文
posted @ 2013-04-02 10:56 Tonyyang 阅读(463) 评论(0) 推荐(0)

摘要://可以复制粘贴行,单元格,或从Excel复制粘贴到相应的ListView当中。using System;using System.ComponentModel;using System.Collections.Generic;using System.Diagnostics;using System.Text;using DevExpress.ExpressApp;using DevExpress.ExpressApp.Actions;using DevExpress.Persistent.Base;using DevExpress.ExpressApp.Win.Editors;using 阅读全文
posted @ 2013-04-02 10:50 Tonyyang 阅读(743) 评论(0) 推荐(0)

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