FieldFilterType Enum
Contains the values that specify a field's filter type in the PivotGrid control.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Excluded | Specifies that the DXPivot |
Included | Specifies that the DXPivot |
#Passed To
You can pass FieldFilterType values to the following properies:
#Remarks
Field values in the PivotGrid control can be filtered. The FieldFilterValues.FilterType property of the FieldFilterType class specifies a field's filter type.
A field's PivotGridField.FilterValues collection contains filter values. If the FieldFilterValues.FilterType property is set to FieldFilterType.Included, only the records which contain values from the Values array of a specific field are displayed by the PivotGrid control. Otherwise, if the FieldFilterValues.FilterType property is set to the FieldFilterType.Excluded value, only the records which don't contain values from the Values array of a specific field are displayed.