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

    Specifies whether the field’s AreaIndex property value changes.

    Namespace: DevExpress.Blazor.PivotTable

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

    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 additional information and an example.

    See Also