CompatibilitySettings.UseLegacyFilterPanel Property
Gets or sets whether to use the legacy filter panel.
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 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:
- For a specific control, set the DataViewBase.UseLegacyFilterPanel or PivotGridControl.UseLegacyFilterPanel property to true.
- For all controls (GridControl, TreeListControl, and PivotGridControl) in the project, set the CompatibilitySettings.UseLegacyFilterPanel property to true.
See Also