PivotGroupFilterValuesCollection.Remove(Object) Method
Removes the filter value that corresponds to the specified field value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | An object representing the field value to which the filter value that should be removed corresponds. |
Remarks
To remove all filter values from the collection, use the PivotGroupFilterValuesCollection.Clear method.
See Also