PivotGroupFilterValues.SetValues(PivotGroupFilterValuesCollection, PivotFilterType, Boolean) Method
Adds the specified filter values to the collection, and sets the filter type to the specified value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
public bool SetValues(
PivotGroupFilterValuesCollection values,
PivotFilterType filterType,
bool allowOnChanged
)
#Parameters
Name | Type | Description |
---|---|---|
values | Pivot |
A Pivot |
filter |
Pivot |
A DevExpress. |
allow |
Boolean | true to allow raising On |
#Returns
Type | Description |
---|---|
Boolean | true if the specified values differ from the current ones; otherwise, false. |
#Remarks
To add filter values to the collection asynchronously, use the PivotGroupFilterValues.SetValuesAsync method.