DevExpress 13.2.6的一些变化
本帖最后由 thinhilsdxper 于 2014-1-10 09:31 编辑上个月初 DevExpress 发布了它在2013年的最后一个版本13.2.5,时隔一个月之后,DevExpress即发布了2014年的首个新版本13.2.6。以下是本次更新的一些重大变化:
CodeRush for Visual Studio .NET
DevExpress.CodeRush.UserControls.EmphasisCallback - 委托的参数列表已经发生了变化:EmphasisCallback委托的"int column" 参数已经被EmphasisCallbackArgs参数替代:
DXControls (XPF Common)
BindablePropertyAttribute已经从DevExpress.Xpf.Mvvm.DataAnnotations.Native 命名空间中移到了DevExpress.Xpf.Mvvm.DataAnnotations;POCO扩展方法已经移到了PropertyMetadataBuilder类
DXDocking for WPF
弃用DockLayoutManager.DestroyLastDocumentGroup属性
eXpressApp Framework
删除了IModelLookupViewItem接口,AllowClear属性从删除的接口中移到了IModelCommonMemberViewItem;XAF.EF已经迁移到了EF6,从13.2.6开始,不再支持EF5。XAF Code First applications不再需要AddExportedTypeHelper类,目前的Code First实体会自动聚集。
PDF Viewer for WPF
MVVM发生变化。LoadDocument方法已经由DocumentSource属性替代,新增OpenDocument方法。
ReportViewer for ASP.NET
DevExpress.Web.Mvc.DocumentViewerSettings类的一些方法已经被重命名:
WithRemoteSourceReportServerConfiguration -> SetRemoteSourceReportServerConfigurationWithRemoteSourceReportServerSettings -> SetRemoteSourceReportServerConfigurationWithRemoteSourceWcfReportServiceConfiguration -> SetRemoteSourceReportServerConfigurationWithRemoteSourceWcfReportServiceSettings -> SetRemoteSourceReportServerConfiguration
系统PrintDialog已经由一个自定义对话框替换,如果要继续显示这个系统对话框,使用以下代码:
static void Main(string[] args) {DevExpress.XtraEditors.Preview.PrintDialogRunner.Instance = newDevExpress.XtraEditors.Preview.SystemPrintDialogRunner();// ...}
Shared Sub Main(ByVal args() As String)DevExpress.XtraEditors.Preview.PrintDialogRunner.Instance = _New DevExpress.XtraEditors.Preview.SystemPrintDialogRunner()' ...End Sub
XtraSpreadsheet
SpreadsheetScrollbarVisibility.Auto字段已经重命名为Default。如设置滚动条的可见性为Default会应用相应的文档选项。 这个挺好,不然还真不知道都有哪些地方变化了。 刚用vs2013,试试13.2.6看
页:
[1]