Skip to main content
All docs
V25.1
  • CompatibilitySettings.UseLegacyColumnFilterPopup Property

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

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.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