PivotGridFieldFilterValues.Remove(Object) Method
In This Article
Removes the specified element from the PivotGridFieldFilterValues.Values array.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | An object which represents the element to remove. |
#Remarks
Refer to the PivotGridFieldFilterValues topic for more information on the filter value collection.
See Also