Back to Devexpress

Filter Field

wpf-7998-controls-and-libraries-pivot-grid-ui-elements-filter-field.md

latest1.4 KB
Original Source

Filter Field

  • Apr 01, 2021

Filter fields represent data source fields which are located in a pivot grid’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.

The following table lists the main properties affecting the element’s appearance.

|

Field Name

|

PivotGridField.FieldName

| |

Bound Type

|

PivotGridField.UnboundType

| |

Position

|

PivotGridField.Area, PivotGridField.AreaIndex

| |

Visibility

|

PivotGridField.Visible

| |

Linking with Other Fields

|

PivotGridControl.Groups

| |

Filter Criteria

|

PivotGridField.FilterValues

|