Skip to main content

FilterPopupExcelEventArgs.Field Property

Get the Pivot Grid field being processed.

Namespace: DevExpress.XtraPivotGrid

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