Back to Devexpress

PivotFieldFilterChangingEventArgs.FilterType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldfilterchangingeventargs.md

latest2.0 KB
Original Source

PivotFieldFilterChangingEventArgs.FilterType Property

Gets the current filter type.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldFilterType FilterType { get; }
vb
Public ReadOnly Property FilterType As FieldFilterType

Property Value

TypeDescription
FieldFilterType

A FieldFilterType enumeration member that specifies the filter type currently set for the field filter.

|

Available values:

NameDescription
Excluded

Specifies that the DXPivotGrid control should not display the filter values. All the other values will be displayed.

| | Included |

Specifies that the DXPivotGrid control should display only the filter values.

|

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.

See Also

PivotFieldFilterChangingEventArgs Class

PivotFieldFilterChangingEventArgs Members

DevExpress.Xpf.PivotGrid Namespace