Skip to main content

PivotGridFieldFilterValues.FilterType Property

Gets or sets the field's filter type.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

[XtraSerializableProperty(2)]
public PivotFilterType FilterType { get; set; }

#Property Value

Type
PivotFilterType

#Remarks

The FilterType property is overridden in the FieldFilterValues class. To learn more, see FieldFilterValues.FilterType.

#Implements

DevExpress.XtraPivotGrid.Data.IFieldFilter.FilterType
See Also