Skip to main content
All docs
V25.1
  • IPivotTableField.AreaIndex Property

    Specifies the field’s index among other fields displayed within the same area.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    int AreaIndex { get; set; }

    Property Value

    Type Description
    Int32

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

    Remarks

    Refer to the AreaIndex property description for more information and an example.

    See Also