Back to Devexpress

PivotGridControl.FieldFilterPopupMode Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-a5f5912f.md

latest3.0 KB
Original Source

PivotGridControl.FieldFilterPopupMode Property

Specifies the type of the filter drop-down invoked by clicking a filter button in the field header. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FilterPopupMode FieldFilterPopupMode { get; set; }
vb
Public Property FieldFilterPopupMode As FilterPopupMode

Property Value

TypeDescription
FilterPopupMode

An enumeration member that specifies the type of the filter drop-down.

|

Available values:

NameDescription
Default

Default value

| | Legacy |

| | Excel |

|

Remarks

The Pivot Grid supports Excel-style and Classic pop-up filters. You can specify the pop-up filter style at three levels:

  1. Application level

  2. Control level

  3. Field level

See Pop-up Filter for more information.

You cannot use Excel-style filters in the following cases:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FieldFilterPopupMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-pivotgrid-customize-filter-drop-down/CS/WpfPivotCustomFilterDropDownExample/MainWindow.xaml#L44

xml
Name="pivotGridControl1"
FieldFilterPopupMode="Excel"
ShowOnlyAvailableFilterItems="True">

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace