DxPivotTableField.AreaChanged Event
Fires when users drag the field to another area and the field’s Area
property value changes.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[Parameter]
public EventCallback<PivotTableArea> AreaChanged { get; set; }
Parameters
Type | Description |
---|---|
PivotTableArea | The field’s new area. |
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 AreaChanged
event fires each time the Area property value changes.
Implements
See Also