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

FilterPopupExcelParseFilterCriteriaEventArgs.Field Property

Gets the processed field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

An object that specifies the processed field.

See Also