Skip to main content
All docs
V23.2

CompatibilitySettings.AlwaysUseLegacyColumnChooser Property

Gets or sets whether to display the Column Chooser in the legacy window.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v23.2.dll

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

Declaration

public static bool AlwaysUseLegacyColumnChooser { get; set; }

Property Value

Type Default Description
Boolean false

true to display the Column Chooser 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 Column Chooser. The legacy Column Chooser window changes this behavior and retains the pop-up window’s opened state.

However, the legacy Column Chooser window does not have rounded corners in DevExpress Windows 11 themes.

See Also