Skip to main content

PivotGroupFilterValue.Clear() Method

In This Article

Clears the child values collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v14.2.Core.dll

#Declaration

public void Clear()

#Remarks

The child values collection is specified by the PivotGroupFilterValue.ChildValues property. It can also be cleared using its PivotGroupFilterValuesCollection.Clear method.

See Also