PivotTableFieldPositionChangingEventArgs Class
Contains data for the FieldPositionChanging event.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public class PivotTableFieldPositionChangingEventArgs :
PivotFieldEventArgsBase<PivotTableField>
Remarks
The Pivot Table raises the FieldPositionChanging event in the following cases:
- When a user starts dragging a field in the Pivot Table or Field List.
- You call the Pivot Table’s SetFieldPosition(String, PivotTableArea, Int32) method to set a new field position.
Use the PivotTableFieldPositionChangingEventArgs
event argument properties to
obtain information about a new field position.
See Also