原創(chuàng)|產(chǎn)品更新|編輯:龔雪|2015-09-28 16:27:11.000|閱讀 240 次
概述:This page lists the important behavior and API changes that were introduced in this version. If you already have projects using DevExpress .NET products, you will need to peruse this list in order to understand the changes you might need to make to your source code to support this new release.
# 界面/圖表報(bào)表/文檔/IDE等千款熱門(mén)軟控件火熱銷售中 >>
This page lists the important behavior and API changes that were introduced in this version. If you already have projects using DevExpress .NET products, you will need to peruse this list in order to understand the changes you might need to make to your source code to support this new release.
Note that we only publish the changes to the public interface of our controls. We reserve the right to change the protected, internal, or private interfaces when needed.
Download DevExpress Universal Subscription v15.1.7
BC3086: The GetCriteriaWrapper method has been removed from the DevExpress.ExpressApp.Kpi.IKpiDefinition interface.
Internal XAF code doesn't use this method, so we have decided to remove it. After migrating to a new version you can encounter the following error in VB.NET projects generated using the Solution Wizard for Entity Framework Model First:
BusinessObjects\KpiDefinition.vb(287,120): error BC30401: 'GetCriteriaWrapper' cannot implement 'GetCriteriaWrapper' because there is no matching function on interface 'IKpiDefinition'.
In this case, remove the declaration of the explicit implementation for this method:
Old code:
[VB.NET]
Public Function GetCriteriaWrapper(ByVal rangeStart As Date, ByVal rangeEnd As Date) As CriteriaWrapper Implements DevExpress.ExpressApp.Kpi.IKpiDefinition.GetCriteriaWrapper
New code:
[VB.NET]
Public Function GetCriteriaWrapper(ByVal rangeStart As Date, ByVal rangeEnd As Date)
Use the IModelOptionsWeb.CollectionsEditMode property instead. You can change its value using the Model Editor invoked for the ASP.NET project. The property is located in theOptions node.
Previously, specified the editor width. Now, the new BarEditItem.EditWidth property should be used for this purpose. The BarEditItem.Width property will be used to specify the entire item width. We have made this change to fix the problem described in this ticket: .
Analyzing our customers' feedback, we decided to continue support the old behavior when the Auto Retrieve Fields feature populates only top level properties and make the old behavior to be default. We added a special option to switch between the old and new strategy: DataLayoutControl.AllowGeneratingNestedGroups.
To retrieve fields with generating nested groups, set the DataLayoutControl.AllowGeneratingNestedGroups property to DefaultBoolean.True.
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn