Skip to main content
A newer version of this page is available. .

PivotGridFieldCollectionBase.Remove(PivotGridFieldBase) Method

Removes the specified PivotGridFieldBase object from the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public void Remove(
    PivotGridFieldBase field
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase object representing the field to remove.

See Also