摘要:
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 阅读全文
2013年4月2日 #
摘要:
//UpdatedOn, UpdatedBy, CreatedOn, CreatedBy [PersistentAlias("[<AuditDataItemPersistent>][Contains(AuditedObject.TargetKey, ToStr(^.Oid))].Max(ModifiedOn)")] public DateTime ModifiedOn { get { return Convert.ToDateTime(EvaluateAlias("ModifiedOn")); } ... 阅读全文
摘要:
//可以复制粘贴行,单元格,或从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 阅读全文