PivotGridGroup.Remove(PivotGridFieldBase) Method
Removes the specified field from the group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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