PivotGroupFilterValue.Clear() Method
In This Article
Clears the child values collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Remarks
The child values collection is specified by the PivotGroupFilterValue.ChildValues property. It can also be cleared using its PivotGroupFilterValuesCollection.Clear method.
See Also