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

TcxPivotGridField.Filter Property

Provides access to the filter applied to the current field.

#Declaration

Delphi
property Filter: TcxPivotGridFieldFilter read;

#Property Value

Type
TcxPivotGridFieldFilter

#Remarks

Use this property to specify which of the records in the data source should be displayed and used to calculate summaries within the ExpressPivotGrid control. A filtering condition can be specified using the Filter.Values and Filter.FilterType properties which correspond to a list of field values and a clause that indicates whether the resulting set of records includes or excludes the specified field values.

An end-user automatically modifies the filter values list when they check/uncheck items in the field’s filter dropdown.

For more information, refer to the description of the TcxPivotGridFieldFilter class.

See Also