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

PivotGridGroup.Remove(PivotGridFieldBase) Method

Removes the specified field from the group.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public void Remove(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase descendant which represents the field to remove from the group.

Remarks

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

See Also