Back to Devexpress

CompatibilitySettings.AlwaysUseLegacySummaryEditor Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-d51651ac.md

latest2.2 KB
Original Source

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.2.dll

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

Declaration

csharp
public static bool AlwaysUseLegacySummaryEditor { get; set; }
vb
Public Shared Property AlwaysUseLegacySummaryEditor As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace