Skip to main content

FilterPopupExcelPrepareTemplateEventArgs.Field Property

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

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.

See Also