Skip to main content
A newer version of this page is available. .

CompatibilityMode Enum

Lists the values that specify the compatibility settings version.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public enum CompatibilityMode

Members

Name Description
Latest

The DevExpress WPF controls function like in the latest version.

v17_2

The DevExpress WPF controls function like in v17.2.

v18_1

The DevExpress WPF controls function like in v18.1.

v18_2

The DevExpress WPF controls function like in v18.2.

v19_1

The DevExpress WPF controls function like in v19.1.

v19_2

The DevExpress WPF controls function like in v19.2.

v20_1

The DevExpress WPF controls function like in v20.1.

Related API Members

The following properties accept/return CompatibilityMode values:

Remarks

The values listed by this enumeration are used to set the CompatibilitySettings.CompatibilityMode property value.

See Also