Back to Devexpress

CompatibilitySettings.AlwaysUseLegacyColumnChooser Property

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

latest2.2 KB
Original Source

CompatibilitySettings.AlwaysUseLegacyColumnChooser Property

Gets or sets whether to display the Column Chooser 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 AlwaysUseLegacyColumnChooser { get; set; }
vb
Public Shared Property AlwaysUseLegacyColumnChooser As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace