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

FilterPopupExcelDataEventArgs(PivotGridField, Object[], String[]) Constructor

Initializes a new instance of the FilterPopupExcelDataEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public FilterPopupExcelDataEventArgs(
    PivotGridField field,
    object[] values,
    string[] displayTexts
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that is a Pivot Grid field.

values Object[]

An array of objects that are filter values.

displayTexts String[]

An array of String values that are display texts.

See Also