CompatibilitySettings.UseLegacyColumnFilterPopup Property
Gets or sets whether the legacy drop-down filter is used.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
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