Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilteringPanelControl Class

The filter panel control.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v24.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public class FilteringPanelControl :
    Control

#Remarks

The GridControl and PivotGridControl v20.1 and later support the new filter panel:

Run Demo: Excel Style Filtering

Note

To use the new filter panel:

The Filter Panel is displayed at the bottom of the control. This panel shows an existing filter expression (active or inactive) with a set of buttons to enable/disable or clear the filter.

#Filter Panel Elements

  • Filter Expression

    Column filters are combined by the AND operator into a single filter expression applied to the control.

  • Enable/Disable Filter

    Use this check box to enable/disable the current filter at runtime.

  • Most Recently Used Filters

    Invokes a drop-down list that displays the most recently used filters in the control.

  • Edit Filter

    Invokes the Filter Editor.

  • Clear Filter

    Clears the current filter.

See Also