PivotGridFieldCollectionBase.Remove(PivotGridFieldBase) Method
Removes the specified PivotGridFieldBase object from the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| field | PivotGridFieldBase | A PivotGridFieldBase object representing the field to remove. |
See Also