Skip to main content
All docs
V24.2

IPivotTableField.AreaIndex Property

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

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

[Parameter]
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