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

CompatibilitySettings.UseLegacyFilterPanel Property

Gets or sets whether to use the legacy filter panel.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Data.Desktop

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