Skip to main content

PivotGridFieldCollectionBase.Remove(PivotGridFieldBase) Method

Removes the specified PivotGridFieldBase object from the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public void Remove(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase object representing the field to remove.

See Also