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

FilterPopupExcelPrepareTemplateEventArgs.Field Property

Gets the 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 the Pivot Grid field.

See Also