Skip to main content

PivotGridGroup.FilterType Property

Gets or sets the field’s filter type.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldFilterType FilterType { get; set; }

Property Value

Type Description
FieldFilterType

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

Available values:

Name Description
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