Back to Devexpress

Filter Field

aspnet-3596-components-pivot-grid-ui-elements-filter-field.md

latest1.9 KB
Original Source

Filter Field

  • Dec 17, 2020

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 Pivot Grid control to display data for the predefined values. End-users can specify the filter criteria using the Filter Window which is invoked by clicking the Filter Button.

The table below lists the main properties that affect field functionality.

|

Characteristics

|

Members

| | --- | --- | |

Field Name

|

PivotGridField.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

| |

Filter Criteria

|

PivotGridFieldBase.FilterValues

|

See Also

Column Field

Data Field

Row Field