Skip to main content

WindowsFormsSettings.DefaultSettingsCompatibilityMode Field

Modifies default values of various properties according to the selected DevExpress installation version.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v25.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static SettingsCompatibilityMode DefaultSettingsCompatibilityMode

Field Value

Type Description
DevExpress.XtraEditors.SettingsCompatibilityMode

A SettingsCompatibilityMode enum value that specifies the DevExpress installation version.

Remarks

See the following help topic for more information on changes in default property values across versions: Version Compatibility - Default Property Values.

See Also