PivotFieldFilterChangingEventArgs.FilterType Property
Gets the current filter type.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotFilterType FilterType { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
Excluded | Specifies that the Xtra |
Included | Specifies that the Xtra |
#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 pivot grid. 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 pivot grid.