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

TcxPivotGridFieldFilter.FilterType Property

Specifies the field‘s filter type.

#Declaration

Delphi
property FilterType: TcxPivotGridFilterType read; write;

#Property Value

Type
TcxPivotGridFilterType

#Remarks

The FilterType property specifies whether only the records that contain values from the Values collection of a specific field are displayed in the pivot grid.

If the FilterType property is set to the ftIncluded value, only the records which contain field values from the Values collection are displayed by the pivot grid. Otherwise, if the FilterType property is set to the ftExcluded value, only the records that do not contain values from this collection are displayed.

See Also