Back to Devexpress

CompatibilitySettings.UseLegacyFilterPanel Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-f618aba7.md

latest2.1 KB
Original Source

CompatibilitySettings.UseLegacyFilterPanel Property

Gets or sets whether to use the legacy filter panel.

Namespace : DevExpress.Xpf.Core

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

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

Declaration

csharp
public static bool UseLegacyFilterPanel { get; set; }
vb
Public Shared Property UseLegacyFilterPanel As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace