FilterPopupExcelPrepareTemplateEventArgs(PivotGridField, Control) Constructor
Initializes a new instance of the FilterPopupExcelPrepareTemplateEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
public FilterPopupExcelPrepareTemplateEventArgs(
PivotGridField pivotGridField,
Control template
)
Parameters
Name | Type | Description |
---|---|---|
pivotGridField | PivotGridField | A PivotGridField object that is a Pivot Grid field. |
template | Control | A Control object that is a filter popup’s template. |
See Also