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

FilterPopupExcelEventArgs.Field Property

Get the Pivot Grid field being processed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is the Pivot Grid field being processed.

See Also