CompatibilitySettings.UseLegacyFilterEditor Property
Gets or sets whether the legacy filter editor 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 filter editor; otherwise, false. |
Remarks
- FilterControl - a previous filter editor.
- FilterEditorControl - a new filter editor. The GridControl and TreeListControl support it starting from v18.2. The PivotGridControl supports it starting from v19.1. To use this filter editor, set the UseLegacyFilterEditor property to false.
See Also