Skip to main content

PivotGroupFilterValues.FilterType Property

Gets or sets the filter type.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

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

#Property Value

Type
PivotFilterType

#Remarks

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

#Implements

DevExpress.XtraPivotGrid.Data.IGroupFilter.FilterType
See Also