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

PivotGridGroup.RemoveAt(Int32) Method

Removes a field from the group by its index.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

An integer value which specifies the index of the field to remove. If negative or exceeds the number of fields within the group, an exception is raised.

Remarks

The RemoveAt method removes the field with the specified index from the PivotGridGroup.GroupFields collection. To remove the specified field from the group, use the PivotGridGroup.Remove method.

See Also