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 ASPxPivotGrid. |
PivotGridFieldFilterValues.ValuesIncluded | Returns an array of the values that are displayed in the current field by the ASPxPivotGrid. |
PivotGridFieldFilterValues.Values | Represents an array of filter values. |
PivotGridFieldFilterValues.FilterType | Specifies whether only records that contain values from the PivotGridFieldFilterValues.Values array of a specific field are displayed in a pivot grid. |