Skip to main content
All docs
V26.1
  • IPivotTable.SetFieldPosition(String, PivotTableArea, Int32) Method

    Positions the field at the specified area, sets the field’s index.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    bool SetFieldPosition(
        string name,
        PivotTableArea area,
        int areaIndex
    )

    Parameters

    Name Type Description
    name String

    The field name.

    area PivotTableArea

    The area where the field is displayed.

    areaIndex Int32

    The field’s index (zero-based) among other fields within the areas.

    Returns

    Type Description
    Boolean

    true if the field is at the specified location; otherwise, false.

    Remarks

    Refer to the SetFieldPosition(String, PivotTableArea, Int32) method description for additional information and an example.

    See Also