Skip to main content
All docs
V24.2
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FrameworkSettingsCompatibilityMode Enum

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public enum FrameworkSettingsCompatibilityMode

#Members

Name Description
v20_1

Does not enable any configuration options or feature toggles.

v20_2

Enables the following configuration options and feature toggles:

v21_1

Extends v20_2 with the following configuration options and feature toggles:

v21_2

Extends the v21_1 with the following configuration options and feature toggles:

v22_1

Extends v21_2 with the following configuration options and feature toggles:

v22_2

Enables the same configuration options and feature toggles as v22_1.

v23_1

Extends v22_2 with the following configuration options and feature toggles:

v23_2

Extends v23_1 with the following configuration options and feature toggles:

v24_1

Extends v23_2 with the following configuration options and feature toggles:

v24_2
Latest

Enables configuration options and feature toggles that correspond to the latest version. We update this value with each release.

#Related API Members

The following properties accept/return FrameworkSettingsCompatibilityMode values:

See Also