Back to Devexpress

FrameworkSettingsCompatibilityMode Enum

expressappframework-devexpress-dot-expressapp-83b49023.md

latest6.8 KB
Original Source

FrameworkSettingsCompatibilityMode Enum

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum FrameworkSettingsCompatibilityMode
vb
Public Enum FrameworkSettingsCompatibilityMode

Members

NameDescription
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:

  • DevExpress.ExpressApp.Blazor.SystemModule.BlazorModificationsController.ShowSaveAndCloseActionInDetailView = true
  • DevExpress.ExpressApp.Blazor.SystemModule.BlazorModificationsController.ShowSaveAndNewActionInDetailView = true
  • DevExpress.ExpressApp.Blazor.SystemModule.CloseDetailViewController.ShowCloseActionInDetailView = false
  • DevExpress.ExpressApp.Blazor.SystemModule.BlazorNewObjectViewController.ShowNewObjectActionInDetailView = false

| | v23_2 |

Extends v23_1 with the following configuration options and feature toggles:

  • DevExpress.ExpressApp.Blazor.SystemModule.BlazorModificationsController.ShowSaveButtonsInPopup = true
  • DevExpress.ExpressApp.Blazor.SystemModule.PopupWindowTemplateClosingController.ShowCloseButtonInPopup = true
  • DevExpress.ExpressApp.Blazor.SystemModule.PopupWindowTemplateSizeController.AllowPopupDragAndResize = true

| | v24_1 |

Extends v23_2 with the following configuration options and feature toggles:

  • DevExpress.ExpressApp.ReportsV2.Blazor.ReportsBlazorModuleV2.ReportViewerType = DxReportViewer
  • DevExpress.Persistent.AuditTrail.ObjectAuditProcessor.ExcludeNonPersistentFromAudit = true

| | v24_2 |

Sets the following configuration options and feature toggles:

| | v25_1 |

Does not set any additional configuration options or feature toggles.

| | Latest |

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

|

The following properties accept/return FrameworkSettingsCompatibilityMode values:

See Also

DevExpress.ExpressApp Namespace