Back to Devexpress

Filter Field

windowsforms-1712-controls-and-libraries-pivot-grid-ui-elements-filter-field.md

latest2.3 KB
Original Source

Filter Field

  • Jan 23, 2019

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.

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

Column Field

Data Field

Row Field