Skip to main content
All docs
V25.1
  • IPivotTable.FieldPositionChanging Property

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

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    Action<PivotTableFieldPositionChangingEventArgs> FieldPositionChanging { get; set; }

    Property Value

    Type Description
    Action<PivotTableFieldPositionChangingEventArgs>

    A delegate method that changes the field position.

    Remarks

    Refer to the FieldPositionChanging property description for more information and an example.

    See Also