Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Filtering in Code

#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