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

Member Table: Filter Data

Member Description
PivotGridFieldBase.FilterValues Specifies the filter for the field. It returns the PivotGridFieldFilterValues object which stores filter values for a specific field.
PivotGridFieldFilterValues.ValuesExcluded Returns an array of the values that are not displayed for the current field by the XtraPivotGrid.
PivotGridFieldFilterValues.ValuesIncluded Returns an array of the values that are displayed in the current field by the XtraPivotGrid.
PivotGridFieldFilterValues.Values Represents an array of filter values.
PivotGridFieldFilterValues.FilterType Specifies whether only the records that contain values from the PivotGridFieldFilterValues.Values array of a specific field are displayed in a PivotGridControl.