Support

Breaking Changes in v2009 vol 3.3

 

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

All ASP.NET Components

  • BC471The Loading Panel's content is separated into an image and text to best support its localization (within the Aqua, RedWine and SoftPrange themes).

ASPxGridView and Editors Suite

  • BC509The minimum width, to which a column can be resized by an end-user, has been changed from 6px to 16px.

DXEditors for WPF

  • BC469The BaseEdit.IsEditButtonsVisible property has been renamed to ShowEditorButtons.

DXGrid for WPF

  • BC474The GridMenuType.Summary item has been renamed.

    The GridMenuType.Summary item has been renamed to GridMenuType.TotalSummary.

eXpressApp Framework

  • BC456Localization - PagesText, AllPagesText and LoadingPanelText localization items of ASPxGridView are now obsolete.

    The DevExpress.ASPxGridView control's PagesText, AllPagesText and LoadingPanelText localization items were removed from the Application Mode. Use the DevExpress.ASPxExperience's following items instead:

    Pager_SummaryFormat,
    Pager_SummaryAllPagesFormat,
    Loading.

  • BC483Navigation - Now, empty navigation groups aren't displayed by the navigation control.

  • BC475The CustomizeTemplate is now raised for custom templates.

    Before it was raised only for default templates.

  • BC479XafExtendedFilterControl - The hierarchy of child tab controls has been changed.

    Now, child tab controls are placed on panel controls which in turn are placed on tabs.
    Previously, to access child controls you would use the following code:

    ...
    Control.FilterTab.Controls
    Control.TextTab.Controls
    ...

    Now, the following code should be used instead:

    ...
    Control.FilterTab.Controls[0].Controls
    Control.TextTab.Controls[0].Controls
    ...

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.