Skip to main content

PivotGridGroup.ChangeFieldIndex(PivotGridFieldBase, Int32) Method

In This Article

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public void ChangeFieldIndex(
    PivotGridFieldBase field,
    int newIndex
)

#Parameters

Name Type
field PivotGridFieldBase
newIndex Int32
See Also