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
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
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