Skip to main content
All docs
V25.1
  • FilterPopupExcelParseFilterCriteriaEventArgs.Field Property

    Gets the processed field.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Win.PivotGrid

    Declaration

    public PivotGridField Field { get; }

    Property Value

    Type Description
    PivotGridField

    An object that specifies the processed field.

    See Also