PivotGridGroup.Remove(PivotGridFieldBase) Method
In This Article
Removes the specified field from the group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public void Remove(
PivotGridFieldBase field
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#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