Skip to main content

CompatibilitySettings.UseLegacyFilterPanel Property

Gets or sets whether to use the legacy filter panel.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v23.2.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