Back to Devexpress

Filter Panel

windowsforms-9308-controls-and-libraries-pivot-grid-ui-elements-filter-panel.md

latest2.1 KB
Original Source

Filter Panel

  • Mar 07, 2024

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.

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

PivotGridOptionsCustomization.AllowFilterGets or sets whether filter buttons are displayed within field headers.WindowsFormsSettings.FilterCriteriaDisplayStyleGets or sets the default display style of filter conditions in a control’s Filter Panel, MRU Filter List, and built-in Filter Editor.PivotGridOptionsView.FilterCriteriaDisplayStyleGets or sets the display style of filter conditions in the Filter Panel, MRU Filter List and built-in Filter Editor.PivotGridOptionsCustomization.FilterPanelVisibleIndicates whether the Filter Panel is visible.PivotGridAppearances.FilterPanel See Also

Filter Editor and Filter Panel