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

FilterPopupExcelQueryFilterCriteriaEventArgs.PivotGrid Property

Get the PivotGridControl that raised the event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public PivotGridControl PivotGrid { get; }

Property Value

Type Description
PivotGridControl

A PivotGridControl.

See Also