PivotGridField.FilterPopupMode Property
In This Article
Gets or sets what style of the filter drop-down to use for the current field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FilterPopupMode FilterPopupMode { get; set; }
#Property Value
Type | Description |
---|---|
Filter |
A Filter |
Available values:
Name | Description |
---|---|
Default | Default value |
Legacy | |
Excel |
#Remarks
See Also