PivotGroupFilterValuesCollection.Remove(PivotGroupFilterValue) Method
Removes the specified filter value from the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | PivotGroupFilterValue | A PivotGroupFilterValue 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