PivotGridFieldFilterValues.SetValues Method
Name | Parameters | Description |
---|---|---|
SetValues(IList<Object>, PivotFilterType, Boolean, Boolean) | values, filterType, showBlanks, allowOnChanged | Adds the specified values to the collection and sets the PivotGridFieldFilterValues.FilterType and PivotGridFieldFilterValues.ShowBlanks properties to the specified values. |
SetValues(IList<Object>, PivotFilterType, Boolean) | values, filterType, showBlanks | Adds the specified values to the collection and sets the PivotGridFieldFilterValues.FilterType and PivotGridFieldFilterValues.ShowBlanks properties to the specified values. |