Skip to main content

PivotGroupFilterValue.Clear() Method

Clears the child values collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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