Skip to main content
All docs
V25.1
  • PivotTableFieldPositionChangingEventArgs.Cancel Property

    Specifies whether the field moving should be canceled.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public bool Cancel { get; set; }

    Property Value

    Type Description
    Boolean

    true to cancel the field moving; false to move the filed to a new position.

    See Also