Back to Devexpress

CompatibilitySettings.UseLegacyColumnFilterPopup Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-13ea133b.md

latest1.6 KB
Original Source

CompatibilitySettings.UseLegacyColumnFilterPopup Property

Gets or sets whether the legacy drop-down filter is used.

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 UseLegacyColumnFilterPopup { get; set; }
vb
Public Shared Property UseLegacyColumnFilterPopup As Boolean

Property Value

TypeDescription
Boolean

true , to use the legacy drop-down filter; otherwise, false.

|

Remarks

v19.2 and later use the Excel-style Drop-down Filter.

Set the UseLegacyColumnFilterPopup property to true to use the legacy drop-down filter.

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace