Back to Devexpress

PivotTableFieldPositionChangingEventArgs Class

blazor-devexpress-dot-blazor-dot-pivottable-d74077eb.md

latest2.1 KB
Original Source

PivotTableFieldPositionChangingEventArgs Class

Contains data for the FieldPositionChanging event.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public class PivotTableFieldPositionChangingEventArgs :
    PivotFieldEventArgsBase<PivotTableField>

PivotTableFieldPositionChangingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs PivotFieldEventArgsBase<PivotTableField> PivotTableFieldPositionChangingEventArgs

See Also

PivotTableFieldPositionChangingEventArgs Members

DevExpress.Blazor.PivotTable Namespace