Skip to main content

Prefilter Panel

A prefilter provides the capability to filter data before applying filter criteria based on filter fields. The prefilter panel displays information about the currently applied prefilter and allows end-users to:

  • Enable, disable, or clear the prefilter.

  • Select a prefilter from the MRU list.

  • Customize the currently applied prefilter criteria using the filter builder dialog.

The table below lists the main properties of the pivot grid which affect the prefilter panel’s appearance.

Visibility OptionsPrefilter.Visible
Contents The OptionsPrefilter.CustomizeButton and OptionsPrefilter.MRUItemsList properties.
Position The OptionsPrefilter.Position property.
Appearance The Styles.Prefilter property.
Custom Draw Event The OnCustomDrawPart event.
HitTest Information The HitTest.HitAtPrefilter, HitTest.HitAtPrefilterCloseButton, HitTest.HitAtPrefilterActivateButton, HitTest.HitAtPrefilterCaption, HitTest.HitAtPrefilterCustomizationButton, and HitTest.HitAtPrefilterDropDownButton properties.
See Also