Skip to main content
A newer version of this page is available. .

CompatibilitySettings.UseLegacyColumnFilterPopup Property

Gets or sets whether the legacy drop-down filter is used.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public static bool UseLegacyColumnFilterPopup { get; set; }

Property Value

Type Description
Boolean

true, to use the legacy drop-down filter; otherwise, false.

Remarks

v19.2 and later use the Excel-style Drop-down Filter.

Set the UseLegacyColumnFilterPopup property to true to use the legacy drop-down filter.

See Also