Skip to main content

PivotGridGroup.Remove(PivotGridField) Method

Removes the specified field from the group.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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