Skip to main content

FieldFilterValues.FilterType Property

Gets or sets the field's filter type.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializablePropertyId(0)]
[XtraSerializableProperty(2)]
public FieldFilterType FilterType { get; set; }

#Property Value

Type Description
FieldFilterType

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

#Remarks

The FilterType property specifies whether only the records that contain values from the PivotGridFieldFilterValues.Values array of a specific field are displayed in a pivot grid.

If the FilterType property is set to the FieldFilterType.Included value, only the records which contain values from the PivotGridFieldFilterValues.Values array of a specific field are displayed by a pivot grid. Otherwise, if the FilterType property is set to the FieldFilterType.Excluded value, only the records which don't contain values from the PivotGridFieldFilterValues.Values array of a specific field are displayed.

See Also