Skip to main content
A newer version of this page is available. .

PivotGridControl.FilterPopupExcelQueryFilterCriteria Event

Allows you to customize a filter criteria applied using Excel-style filter popups.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event FilterPopupExcelQueryFilterCriteriaEventHandler FilterPopupExcelQueryFilterCriteria

Event Data

The FilterPopupExcelQueryFilterCriteria event's data class is FilterPopupExcelQueryFilterCriteriaEventArgs. The following properties provide information specific to this event:

Property Description
Field Gets the Pivot Grid field for which the event is raised.
PivotGrid Get the PivotGridControl that raised the event.

Remarks

The FilterPopupExcelQueryFilterCriteria event is raised each time an end-user changes a filter within the Excel-style filter popup and allows you to respond to this action.

See Also