GroupFilterValuesCollection.Add(GroupFilterValue) Method
Adds the specified filter value to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | GroupFilterValue | A GroupFilterValue object that is a group filter value. |
See Also