GroupFilterValuesCollection.Remove(GroupFilterValue) Method
Removes the specified filter value from 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 representing the filter value that should be removed from the collection. |
Remarks
To remove all filter values from the collection, use the PivotGroupFilterValuesCollection.Clear method.
See Also