Breaking Changes - DXperience v2008 vol 1.1

Breaking Changes
.NET Product Line - v2008 vol 1.1

This page lists changes to DXperience v2008 vol 1 that may break your code, which worked in previous DXperience versions.

Multiple Windows Forms Controls
  • ViewStyle and related classes have finally been removed from all Windows Forms assemblies (these classes have been marked as obsolete for 3 years or so).
XtraCharts Suite
  • The obsolete AxisPosition enumeration and the obsolete Axis.Position property have been removed.
  • The WebChartControl.Enabled property has been made hidden. Now it always returns false.
  • The PointOptions.BeginText, PointOptions.EndText, PointOptions.Separator, SeriesLabel.Text properties have now been made obsolete. They have been replaced with the PointOptions.Pattern property. Note that not all user scenarios that use these now obsolete properties will work correctly in XtraCharts v2008 vol 1.
  • The Series.LegendText property has been moved to the SeriesBase class. This property now supports templates where {S} means the series name.
  • The InitializePageEventArgs, ApplyChangesEventArgs, SeriesViewPageTabCollection, AxisPageTabCollection, DiagramPageTabCollection, DataPageTabCollection, SeriesLabelsPageTabCollection, LegendPageTabCollection, TitlePageTabCollection constructors has been made private.
  • The SeriesViewPageTab.StepLine3D enumeration member has been removed.
XtraEditors Library
  • The ImageAlignment property of button-based controls and editors has been marked as obsolete. The ImageLocation property should be used instead.
  • The PanelBase class has become a descendant of XtraPanel instead of the standard Form.Panel.
  • Images assigned to the AppearanceObject.Image object are no longer forcibly made transparent. Previously, pixels whose color matched the top-left pixel's color were assumed to be transparent. This behavior is now disabled.
  • The ClosePageButtonShowMode property has been added to the IXtraTabProperties interface.
  • The ShowCloseButton property has been added to the IXtraTabPage interface.
XtraGrid Suite

The following options have been removed in v2008 vol 1. They have been marked as obsolete now over many major releases:

  • GridView.BehaviorOptions
  • CardView.BehaviorOptions
  • GridView.MenuOptions
  • GridView.PrintOptions
  • CardView.PrintOptions
  • GridView.ViewOptions
  • CardView.ViewOptions
  • GridColumn.Options
  • GridBand.Options
XtraLayout Control
  • The Customization form class and the DevExpress.XtraLayout.Customization namespace have been redesigned to allow for the extensibility of the customization form.
  • The FireCloseButtonClick method has been added to the ILayoutControl interface.
XtraPrinting Library
  • The CreatesIntersectedBricks method has been added to the IPrintable interface. It's required to add this method's implementation to support the IPrintable interface.
  • The DevExpress.XtraPrinting.Native.PrintingDocument.SmartXDivision property has been changed to VerticalContentSplitting. If the .SmartXDivision property was set to true, you should set the VerticalContentSplitting property to the VerticalContentSplitting.Smart enumeration value.
XtraReports Suite
  • The following obsolete methods have been removed: XtraReport.RunDesigner, XtraReport.RunDesignerDialog, XtraReport.LoadState, XtraReport.SaveState.
  • The following undocumented classes have been moved from the DevExpress.Data.dll to the DevExpress.Utils.dll: DataHelper, DataMemberNodeBase, DataMemberNode, DataSourceNode, PickManager, DataSourceTreeView. This means that they are now in the DevExpress.Utils.Design namespace rather than the DevExpress.Data.Native namespace.
  • The following undocumented classes have been moved from the DevExpress.XtraReports.dll to the DevExpress.Utils.dll: DesignBinding, DesignBindingConverter, DesignBindingEditor, DesignBindingPicker. Now they are placed in the DevExpress.Utils.Design namespace rather than DevExpress.XtraReports.Design namespace.
  • The undocumented DesignBinding(XRBinding) constructor has been removed. You should use DesignBinding(object DataSource, string DataMember) constructor instead.
  • The XRControl.ParentStyleUsing property is obsolete, hidden and isn't used at all. Instead, empty values are used to determine whether the corresponding style property should obtain its value from a control or from its parent.
XtraTreeList Suite

The following options have been removed in v2008 vol 1. They have been marked as obsolete now over many major releases:

  • TreeList.BehaviorOptions
  • TreeList.MenuOptions
  • TreeList.PrintOptions
  • TreeList.SelectionOptions
  • TreeList.ViewOptions
XtraVerticalGrid Suite

The following options have been removed in v2008 vol 1. They have been marked as obsolete now over many major releases:

  • VGridControlBase.BehaviorOptions
  • VGridControlBase.ViewOptions
  • BaseRow.Options
XtraScheduler and ASPxScheduler Suites
  • The FetchAppointments event handler type has been changed from TimeIntervalEventHandler to FetchAppointmentsEventHandler.
  • The FetchAppointments event arguments type has been changed from TimeIntervalEventArgs to FetchAppointmentsEventArgs.
  • The RenderAppointment event in ASPxScheduler has been removed.
  • The AppointmentTimeTextStyle property has been removed. For customization, please use appointment templates instead.
  • The DevExpress.XtraScheduler.Extensions assembly - two appointment forms that mimic the Microsoft Outlook and Microsoft Office Ribbon UI styles - have been redesigned. Their descendants and localized forms have to be re-written, which has become a much easier task thanks to this redesign.
  • The protected internal RemindersForm.CreateReminderItem method now accepts the actualAppointment parameter of the Appointment type.
ASPxperience Suite
  • The single css style for a disabled state (dxDisabled) has been replaced with css styles for for each ASPx control (dxnbDisabled, dxmDisabled, dxeDisabled, etc).
  • The ReadOnlyStyle, IncrementButtonStyle, DecrementButtonStyle, LargeIncrementButtonStyle, and LargeDecrementButtonStyle properties of the EditorStyles class have been renamed to ReadOnly, SpinEditIncrementButton, SpinEditDecrementButton, SpinEditLargeIncrementButton, and SpinEditLargeDecrementButton respectively.
ASPxPivotGrid Suite
  • The OptionsView.DataHeadersStyle property has been renamed to OptionsView.DataHeadersDisplayMode.
  • The OptionsView.DataHeadersStyleLimit property has been renamed to OptionsView.DataHeadersPopupMinCount.
  • The PivotGridImages.DataHeaders property has been renamed to OptionsView.DataHeadersPopup.
eXpressApp Framework (XAF)

Previously, XAF solutions contained Web Site Projects. Now, we've replaced them with Web Application Projects. This will allow us to solve many technical issues, especially related to the implementation of Designers. For instance, now you can invoke the Web Application Designer by double-clicking the WebApplication.cs file in the Solution Explorer. To learn how to upgrade your applications to use the Web Application Project, refer to this KnowledgeBase article. Note that you don't necessarily have to migrate to Web Application Projects since we'll support Web Site Projects as well.

转载于:https://www.cnblogs.com/fosoyo/archive/2008/03/21/1117109.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值