GroupFilterValuesCollection.Add(Object) Method
Creates a filter value that corresponds to the specified field value, and adds it to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | The field value for which the filter value should be created and added to the collection. |
Returns
| Type | Description |
|---|---|
| GroupFilterValue | A GroupFilterValue object representing the filter value that has been added to the collection. |
See Also