Skip to main content
All docs
V26.1
  • FilterPopupExcelParseFilterCriteriaEventArgs.PivotGrid Property

    Gets the pivot grid that raised the event.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v26.1.dll

    Declaration

    public PivotGridControl PivotGrid { get; }

    Property Value

    Type Description
    PivotGridControl

    An object that specifies the pivot grid that raised the event.

    See Also