Back to Devexpress

PivotGridGroup.Remove(PivotGridFieldBase) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-dot-remove-x28-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-x29.md

latest1.8 KB
Original Source

PivotGridGroup.Remove(PivotGridFieldBase) Method

Removes the specified field from the group.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public void Remove(
    PivotGridFieldBase field
)
vb
Public Sub Remove(
    field As PivotGridFieldBase
)

Parameters

NameTypeDescription
fieldPivotGridFieldBase

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

Add(PivotGridFieldBase)

PivotGridGroup Class

PivotGridGroup Members

DevExpress.XtraPivotGrid Namespace