摘要:http://www.devexpress.com/Support/Center/p/Q478931.aspx
阅读全文
04 2013 档案
[原] XAF How to see and edit the time part in the DatePropertyEditor for the System.DateTime property
摘要: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...
阅读全文
摘要: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
阅读全文
摘要://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
阅读全文
浙公网安备 33010602011771号