Back to Devexpress

PivotGridGroupCollection.Remove(PivotGridGroup) Method

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

latest1.7 KB
Original Source

PivotGridGroupCollection.Remove(PivotGridGroup) Method

Removes the specified group from the collection.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public void Remove(
    PivotGridGroup fieldGroup
)
vb
Public Sub Remove(
    fieldGroup As PivotGridGroup
)

Parameters

NameTypeDescription
fieldGroupPivotGridGroup

A PivotGridGroup object which represents the group to remove.

|

See Also

Add

Insert(Int32, PivotGridGroup)

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.XtraPivotGrid Namespace