Back to Devexpress

PivotFieldFilterChangingEventArgs.FilterType Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldfilterchangingeventargs-47217985.md

latest2.1 KB
Original Source

PivotFieldFilterChangingEventArgs.FilterType Property

Gets the current filter type.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
PivotFilterType

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

|

Available values:

NameDescription
Excluded

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

| | Included |

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

|

Remarks

If the FilterType property is set to PivotFilterType.Included, only those data source records which have the filter values in the corresponding field are displayed and processed by the PivotGridControl. If the FilterType property is set to PivotFilterType.Excluded, data source records which have the filter values in the corresponding field are hidden from the PivotGridControl.

See Also

PivotFieldFilterChangingEventArgs Class

PivotFieldFilterChangingEventArgs Members

DevExpress.XtraPivotGrid Namespace