Version Compatibility: Default Property Values
DevExpress version updates introduce new features that may change control default behavior. When you migrate to a new version, you can use the DashboardSettings.DefaultSettingsCompatibilityMode property to revert these changes to the previous version.
All recent changes are in effect if the DefaultSettingsCompatibilityMode property is set to Latest:
DashboardSettings.DefaultSettingsCompatibilityMode = DashboardSettingsCompatibilityMode.Latest;
Version 20.1
The table below illustrates the properties and behaviors that change if you set the DefaultSettingsCompatibilityMode property to v20_1 (in comparison to the Latest mode).
Neutral Filter Mode
- Related property: DashboardSettings.UseNeutralFilterMode
- “v20_1” Behavior: The property’s default value is false.
- “Latest” Behavior: The property’s default value is true.