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

PivotGridGroup.Remove(PivotGridField) Method

Removes the specified field from the group.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public void Remove(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents the field to remove from the group.

Remarks

Use this method to remove the desired field from the group. Note that the PivotGridField object isn’t disposed of, the Remove method unlinks it from the group.

See Also