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

FilterPopupExcelPrepareTemplateEventArgs(PivotGridField, Control) Constructor

Initializes a new instance of the FilterPopupExcelPrepareTemplateEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public FilterPopupExcelPrepareTemplateEventArgs(
    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