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

CompatibilitySettings.UseLegacyFilterPanel Property

Gets or sets whether the legacy filter panel is used.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public static bool UseLegacyFilterPanel { get; set; }

Property Value

Type Description
Boolean

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

See Also