Support

Breaking Changes in v2011 vol 2.6

 

This page lists important behavior and API changes, which were introduced in this version. If you already have projects using DXperience, 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.

Table of Contents

ASPxHtmlEditor

  • BC1444The Plain Text export format (.txt) encoding has been changed from Encoding.Default to Encoding.UTF8.

DXDocking for WPF

  • BC1449The exception is now raised when a user tries to set the Width and Height properties for a layout item.

eXpressApp Framework

  • BC1442CriteriaPropertyEditor - The @RangeStart and @RangeEnd read-only parameters are now converted to the RangeStart and RangeEnd functions operators.

    Use the Criteria Property Editor's Text tab to type these function operator names into a criteria. To see an example, open the FeatureCenter demo application and navigate to the KPI section. Open the Definition item and click the Text tab. You will see a criteria that uses these function operators.

    See also: BC1416 breaking change.

  • BC1453FileDataPropertyEditor.Web - A file selected via the File Upload dialog is uploaded to the server immediately after clicking the Open button

    Previously, files were uploaded to the server after executing the Save Action . Now, files are uploaded immediately.

  • BC1445LayoutGroupTemplateContainer - The IsContentVisible property has been marked obsolete as it is not used anymore

  • BC1446LayoutItemTemplateContainerBase - The Visible property value cannot be changed directly anymore.

    Add the LayoutItemTemplateContainerBase.ControlVisibilityKey key to the LayoutItemTemplateContainerBase.Visibility BoolList via the BoolList.SetItemValue method instead. For instance, replace this code:

    [C#]

    item.Visible = false;
    with:

    [C#]

    item.Visibility.SetItemValue(LayoutItemTemplateContainerBase.ControlVisibilityKey, false)

XtraCharts Suite

  • BC1452The default chart palette has been changed from Nature Colors to Office.

XtraEditors Library

  • BC1456The FilterControl.RefreshNodes method has been removed.

    There is no need to manually refresh the FilterControl's nodes. The FilterControl automatically updates nodes when relative properties are changed.

XtraReports Suite

More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.