PivotFieldFilterChangingEventArgs.FilterType Property
Gets the current filter type.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldFilterType FilterType { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
Name | Description |
---|---|
Excluded | Specifies that the DXPivot |
Included | Specifies that the DXPivot |
#Remarks
If the FilterType property is set to FieldFilterType.Included, only those data source records which have the filter values in the corresponding field are displayed and processed by the pivot grid. If the FilterType property is set to FieldFilterType.Excluded, data source records which have the filter values in the corresponding field are hidden from the pivot grid.