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

Filter Field

Filter fields represent data source fields which are located in a Pivot Grid Control’s filter header area. Filter fields allow end-users to apply filtering to the entire PivotGridControl to display data for the predefined values. End-users can specify the filter criteria using the filter dropdown window which is invoked by clicking the filter button.

 

veFilterField

 

The table below lists the main properties which affect the field’s functionality:

Field Name

PivotGridFieldBase.FieldName

Bound Type

PivotGridFieldBase.UnboundType

Position

PivotGridFieldBase.Area, PivotGridFieldBase.AreaIndex

For filter fields, the PivotGridFieldBase.Area property is set to PivotArea.FilterArea.

Visibility

PivotGridFieldBase.Visible

Linking with Other Fields

PivotGridControl.Groups

Filter Criteria

PivotGridFieldBase.FilterValues

Printing/Exporting

PivotGridOptionsPrint.PrintUnusedFilterFields

See Also