Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.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 configuration options and feature toggles specific to v20.2.

v21_1

The DefaultSettingsCompatibilityMode property enables configuration options and feature toggles specific to v21.1.

v21_2

The DefaultSettingsCompatibilityMode property enables configuration options and feature toggles specific to v21.2.

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