Skip to main content

TcxPivotGridFieldFilter.FilterType Property

Specifies the field‘s filter type.

Declaration

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