GroupFilterValuesCollection.Add(Object) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public GroupFilterValue Add(
object value
)
#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 |
---|---|
Group |
A Group |
See Also