Skip to main content

CompatibilitySettings.UseLegacyColumnFilterPopup Property

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

Namespace: DevExpress.Xpf.Core

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

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

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