FilterPopupExcelParseFilterCriteriaEventArgs.PivotGrid Property
In This Article
Gets the pivot grid that raised the event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridControl PivotGrid { get; }
#Property Value
Type | Description |
---|---|
Pivot |
An object that specifies the pivot grid that raised the event. |
See Also