Skip to main content
A newer version of this page is available. .

Filter Field

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.

 

veFilter

 

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