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

FilterPopupExcelDataEventArgs.Field Property

Gets a Pivot Grid field for which the event is raised.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that is a Pivot Grid field.

See Also