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

    Gets or sets whether to use the legacy filter panel.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.dll

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

    #Declaration

    public static bool UseLegacyFilterPanel { get; set; }

    #Property Value

    Type Description
    Boolean

    true, to use the legacy filter panel; otherwise, false.

    #Remarks

    The new Filter Panel displays a filter expression as a set of blocks with different colors for each block type (field name, field value, date-time function):

    The legacy Filter Panel displays a filter string:

    To use the legacy Filter Panel:

    See Also