Skip to main content
All docs
V25.1
  • CompatibilitySettings.AlwaysUseLegacySummaryEditor Property

    Gets or sets whether to display the Runtime Summary Editor in the legacy window.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public static bool AlwaysUseLegacySummaryEditor { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to display the Runtime Summary Editor in the legacy window; false to use this legacy window only if the GridControl is in a pop-up window.

    Remarks

    You can display the GridControl in a popup. In this case, the pop-up window closes if a user invokes the GridControl‘s Runtime Summary Editor. The legacy Runtime Summary Editor window changes this behavior and retains the pop-up window’s opened state.

    However, the legacy Runtime Summary Editor window does not have rounded corners in DevExpress Windows 11 themes.

    See Also