PivotGridGroup.Remove(PivotGridField) Method
Removes the specified field from the group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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