blazor-devexpress-dot-blazor-dot-pivottable-d74077eb.md
Contains data for the FieldPositionChanging event.
Namespace : DevExpress.Blazor.PivotTable
Assembly : DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package : DevExpress.Blazor.PivotTable
public class PivotTableFieldPositionChangingEventArgs :
PivotFieldEventArgsBase<PivotTableField>
PivotTableFieldPositionChangingEventArgs is the data class for the following events:
The Pivot Table raises the FieldPositionChanging event in the following cases:
Use the PivotTableFieldPositionChangingEventArgs event argument properties to obtain information about a new field position.
Object EventArgs PivotFieldEventArgsBase<PivotTableField> PivotTableFieldPositionChangingEventArgs
See Also