Back to Devexpress

Member Table: Filter Data

aspnet-7287-components-pivot-grid-member-tables-data-related-features-member-table-filter-data.md

latest1.3 KB
Original Source

Member Table: Filter Data

  • Dec 17, 2020
MemberDescription
PivotGridFieldBase.FilterValuesSpecifies the filter for the field. It returns the PivotGridFieldFilterValues object which stores filter values for a specific field.
PivotGridFieldFilterValues.ValuesExcludedReturns an array of the values that are not displayed for the current field by the ASPxPivotGrid.
PivotGridFieldFilterValues.ValuesIncludedReturns an array of the values that are displayed in the current field by the ASPxPivotGrid.
PivotGridFieldFilterValues.ValuesRepresents an array of filter values.
PivotGridFieldFilterValues.FilterTypeSpecifies whether only records that contain values from the PivotGridFieldFilterValues.Values array of a specific field are displayed in a pivot grid.