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

    Specifies whether the field’s AreaIndex property value changes.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    EventCallback<int> AreaIndexChanged { get; set; }

    Property Value

    Type Description
    EventCallback<Int32>

    A delegate method that specifies whether the AreaIndex property value is changed.

    Remarks

    Refer to the AreaIndexChanged event description for more information and an example.

    See Also