FrameworkSettingsCompatibilityMode Enum
Namespace: DevExpress.ExpressApp
Assembly:
DevExpress.ExpressApp.v20.2.dll
Declaration
public enum FrameworkSettingsCompatibilityMode
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.
- DevExpress.Persistent.Base.PasswordCryptographer.EnableRfc2898 = true
- DevExpress.Persistent.Base.PasswordCryptographer.SupportLegacySha512 = false
- DevExpress.Persistent.BaseImpl.BaseObject.OidInitializationMode = OidInitializationMode.AfterConstruction
- DevExpress.ExpressApp.BaseObjectSpace.ThrowExceptionForNotRegisteredEntityType = true
- DevExpress.ExpressApp.DetailView.UseAsyncLoading = true
- DevExpress.ExpressApp.XafApplication.LinkNewObjectToParentImmediately = false
- DevExpress.ExpressApp.XafApplication.OptimizedControllersCreation = true
- DevExpress.ExpressApp.Utils.ImageLoader.Instance.UseSvgImages = true
- DevExpress.ExpressApp.Web.WebApplication.EnableMultipleBrowserTabsSupport = true
- DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.AllowFilterControlHierarchy = true
- DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridListEditor.MaxFilterControlHierarchyDepth = 3
- DevExpress.ExpressApp.Web.Editors.ASPx.ASPxCriteriaPropertyEditor.AllowFilterControlHierarchyDefault = true
- DevExpress.ExpressApp.Web.Editors.ASPx.ASPxCriteriaPropertyEditor.MaxHierarchyDepthDefault = 3
- DevExpress.ExpressApp.Win.WinApplication.UseLightStyle = true
- DevExpress.ExpressApp.Win.WinApplication.ExecuteStartupLogicBeforeClosingLogonWindow = true
- DevExpress.ExpressApp.Win.WinApplication.UseOldTemplates = false
- DevExpress.ExpressApp.Xpo.XPObjectSpace.TrackPropertyModifications = true
|
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.
|
Related API Members
The following properties accept/return FrameworkSettingsCompatibilityMode values:
See Also