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

Filter Panel

The Filter Panel displays a string representation of the filter criteria applied to PivotGridControl. It includes the following elements:

  • Close Filter button that closes the panel and clears the filter
  • Enable Filter checkbox to temporarily disable or enable the current filter.
  • MRU Filter button that displays the MRU (most recently used) Filter List.
  • Edit Filter button that invokes the Filter Editor to build complex filter criteria.

The Filter Panel is shown when a filter is applied to the Pivot Grid.

PivotGrid-FilterPanel

The table below lists properties that affect the element’s behavior and appearance.

Panel Appearance

PivotGridAppearances.FilterPanel

Panel Availability

PivotGridOptionsCustomization.AllowFilter

Filter Criteria Display Style

FilterCriteriaDisplayStyle and WindowsFormsSettings.FilterCriteriaDisplayStyle

See Also