DxPivotTableField.AreaIndexChanged Event
Fires when users reorder fields within an area and the field’s AreaIndex
property value changes.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[Parameter]
public EventCallback<int> AreaIndexChanged { get; set; }
Parameters
Type | Description |
---|---|
Int32 | A new value of the AreaIndex property. |
Remarks
The Blazor Pivot Table allows users to customize data layout by dragging field headers between areas: Rows, Columns, Data, Filter. This capability helps users view data from different perspectives without the need for code modifications.
The AreaIndexChanged
event fires each time the AreaIndex property value changes.
Implements
See Also