Skip to main content

FilterPopupExcelCustomizeTemplateEventArgs(PivotGridField, Control) Constructor

Initializes a new instance of the FilterPopupExcelCustomizeTemplateEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public FilterPopupExcelCustomizeTemplateEventArgs(
    PivotGridField field,
    Control template
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that is a Pivot Grid field.

template Control

A Control object that is a filter popup’s template.

See Also