Back to Devexpress

DxPivotTable.FieldPositionChanging Event

blazor-devexpress-dot-blazor-dot-pivottable-dot-dxpivottable-13ea217e.md

latest2.2 KB
Original Source

DxPivotTable.FieldPositionChanging Event

Fires after a user starts dragging a field to another area.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[Parameter]
public Action<PivotTableFieldPositionChangingEventArgs> FieldPositionChanging { get; set; }

Event Data

The FieldPositionChanging event's data class is PivotTableFieldPositionChangingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelSpecifies whether the field moving should be canceled.
FieldReturns the field name.
NewAreaReturns the field’s new area.
NewAreaIndexReturns the field’s new index among other fields in the same area.

Remarks

The Pivot Table raises the FieldPositionChanging event in the following cases:

Implements

FieldPositionChanging

See Also

DxPivotTable Class

DxPivotTable Members

DevExpress.Blazor.PivotTable Namespace