Back to Devexpress

Filtering in Code

wpf-10933-controls-and-libraries-pivot-grid-data-shaping-filtering-filtering-in-code.md

latest2.0 KB
Original Source

Filtering in Code

  • Mar 01, 2024

Filter the PivotGrid Data

Use the PivotGridControl.FilterString and PivotGridControl.FilterCriteria properties to apply a filter to the pivot grid.

End users can edit the filter criteria in the Filter Editor.

Filter the Field Values

Add filter values to the PivotGridField.FilterValues collection. The value type should equals the field’s type.

The FieldFilterValues.FilterType property determines whether the specified filter values should be displayed or hidden.

See Also

OLAP Filtering Specifics

Filter Drop-Down

Filtering

Filter by Summaries