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

FilterPopupMode Enum

Lists styles of the filter drop-down to use for the current field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public enum FilterPopupMode

Members

Name Description
Default

Default value

Legacy

Legacy Mode

Excel

Excel Mode

Related API Members

The following properties accept/return FilterPopupMode values:

Remarks

The FilterPopupMode enumeration member is the PivotGridField.FilterPopupMode property’s value.

See Also