Back to Devexpress

PivotGridField.FilterPopupMode Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-50c93160.md

latest1.7 KB
Original Source

PivotGridField.FilterPopupMode Property

Gets or sets what style of the filter drop-down to use for the current field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
FilterPopupMode

A FilterPopupMode enumeration value that specifies the filter drop-down’s style.

|

Available values:

NameDescription
Default

Default value

| | Legacy |

| | Excel |

|

Remarks

Legacy Mode

Excel Mode

See Also

Filter Drop-Down

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace