Skip to main content
A newer version of this page is available. .

PivotGroupFilterValue.Clear() Method

Clears the child values collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.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