Back to Devexpress

PivotGridGroup.FilterType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridgroup-9fa57722.md

latest1.4 KB
Original Source

PivotGridGroup.FilterType Property

Gets or sets the field’s filter type.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldFilterType FilterType { get; set; }
vb
Public Property FilterType As FieldFilterType

Property Value

TypeDescription
FieldFilterType

A FieldFilterType enumeration value which specifies the field’s filter type.

|

Available values:

NameDescription
Excluded

Specifies that the DXPivotGrid control should not display the filter values. All the other values will be displayed.

| | Included |

Specifies that the DXPivotGrid control should display only the filter values.

|

See Also

PivotGridGroup Class

PivotGridGroup Members

DevExpress.Xpf.PivotGrid Namespace