Breaking Change T919178
Visible to All Users

Reorganize Date Occurring intervals in the UI

What Changed

We reorganized the list of available Date Occurring conditions. The Date Occurring dialog contains the following date-time intervals:

  • Today
  • Yesterday
  • Tomorrow
  • This Week
  • Last Week
  • Next Week
  • Last Month
  • This Month
  • Next Month

Reasons for Change

We hid intervals that were used in rules for complex scenarios and kept only the most common intervals, so that users can create format rules.

Impact on Existing Apps

Users can create new format rules in the Date Occurring dialog only with available date-time intervals.

How to Revert to Previous Behavior

For WinForms/WPF Dashboard controls:

  • Set the DashboardSettings.ShowExtendedDateOccurringList property to true:
C#
DashboardSettings.ShowExtendedDateOccurringList=DefaultBoolean.True;
Visual Basic
DashboardSettings.ShowExtendedDateOccurringList=DefaultBoolean.True
C#
DashboardSettings.DefaultSettingsCompatibilityMode = DashboardSettingsCompatibilityMode.v20.1;
Visual Basic
DashboardSettings.DefaultSettingsCompatibilityMode = DashboardSettingsCompatibilityMode.v20.1

For Web Dashboards, set the LegacySettings.showExtendedDateOccurringList property to true:

JavaScript
onBeforeRender(sender) { DevExpress.Dashboard.LegacySettings.showExtendedDateOccurringList = true; }

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.