FilterPopupExcelDataEventArgs(PivotGridField, Object[], String[]) Constructor
Initializes a new instance of the FilterPopupExcelDataEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
public FilterPopupExcelDataEventArgs(
PivotGridField pivotGridField,
object[] values,
string[] displayTexts
)
Parameters
Name | Type | Description |
---|---|---|
pivotGridField | 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