Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public FilterPopupMode FieldFilterPopupMode { get; set; }

Property Value

Type Description
FilterPopupMode

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

Available values:

Name Description
Default

Default value

Legacy

Legacy Mode

Excel

Excel Mode

Remarks

Starting with v19.1, a new Excel-style Filter Drop-Down is used. You can set the FilterPopupMode property to Legacy to switch back to the old drop-down.

The following code snippets (auto-collected from DevExpress Examples) contain references 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.

See Also