PivotGridGroup.Remove(PivotGridField) Method
In This Article
Removes the specified field from the group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Remarks
Use this method to remove the desired field from the group. Note that the PivotGridField object isn't disposed of, the Remove method simply unlinks it from the group.
See Also