Skip to main content
A newer version of this page is available. .
All docs
V22.2
.NET Framework 4.5.2+

FrameworkSettingsCompatibilityMode Enum

The DefaultSettingsCompatibilityMode property enables configuration options and feature toggles related to a specific version.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v22.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum FrameworkSettingsCompatibilityMode

Members

Name Description
v20_1

The DefaultSettingsCompatibilityMode property does not affect your application (does not enable any configuration option or feature toggle).

v20_2

The DefaultSettingsCompatibilityMode property enables the following configuration options and feature toggles:

v21_1

The DefaultSettingsCompatibilityMode property enables the configuration options and feature toggles from v20_2 and the following option:
DevExpress.ExpressApp.DC.TypeInfo.IncludeKeyMemberIntoDefaultMemberCheck = true

v21_2

The DefaultSettingsCompatibilityMode property enables the configuration options and feature toggles from v21_1 and the following one:
DevExpress.ExpressApp.Xpo.XpoDataView.DefaultUseServerSideSorting = true

v22_1

The DefaultSettingsCompatibilityMode property enables the configuration options and feature toggles from v21_2 and the following one:
EnableDefaultSelectionDependencyType = true

v22_2

Enables the same configuration options and feature toggles as v22_1.

Latest

The DefaultSettingsCompatibilityMode property enables configuration options and feature toggles specific to the latest version in the FrameworkSettingsCompatibilityMode enumeration. This value is updated with each release.

See Also