Skip to main content

FilterPopupExcelParseFilterCriteriaEventArgs.Field Property

Gets the processed field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.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