PivotGridGroup.FilterType Property
Gets or sets the field’s filter type.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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