menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotEditingManager - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotEditingManager

    PivotEditingManager provides editing support for value cells in the PivotGrid control. You can enable this support by setting SfPivotGrid.EnableValueEditing to true.

    Inheritance
    System.Object
    PivotEditingManager
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotEditingManager : Object, IDisposable

    Constructors

    PivotEditingManager(SfPivotGrid)

    Handles the event while editing the Pivot values.

    Declaration
    public PivotEditingManager(SfPivotGrid pivotGrid)
    Parameters
    Type Name Description
    SfPivotGrid pivotGrid

    The SfPivotGrid control.

    Properties

    AllowEditingOfTotalCells

    Gets or sets whether the user can edit total cells.

    Declaration
    public bool AllowEditingOfTotalCells { get; set; }
    Property Value
    Type
    System.Boolean

    HideExpanders

    Gets or sets whether the expanders are visible.

    Declaration
    public bool HideExpanders { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    ChangeValue(Object, Object, Int32, Int32, PivotCellInfo)

    Override this method to affect the change represented in the method arguments.

    Declaration
    protected virtual void ChangeValue(object oldValue, object newValue, int rowIndex, int colIndex, PivotCellInfo pi)
    Parameters
    Type Name Description
    System.Object oldValue

    The old value from the cell that was edited.

    System.Object newValue

    The new value from the cell that was edited.

    System.Int32 rowIndex

    Points to the row index of cell being adjusted. This cell may be different from the cell that was edited.

    System.Int32 colIndex

    Points to the column index of cell being adjusted. This cell may be different from the cell that was edited.

    PivotCellInfo pi

    The PivotCellInfo for the cell being adjusted.

    Dispose()

    Clears Undo/Redo lists and un-subscribes the events.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved