WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataRefreshingArgs

    Show / Hide Table of Contents

    Class DataRefreshingArgs

    Class containing event data, related during data refresh in PivotGrid.

    Inheritance
    System.Object
    DataRefreshingArgs
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class DataRefreshingArgs : CancelEventArgs

    Constructors

    DataRefreshingArgs()

    Initializes a new instance of the DataRefreshingArgs class.

    Declaration
    public DataRefreshingArgs()

    Properties

    PivotItem

    Gets or sets the PivotItem or PivotComputationInfo, in which the item properties can be modified before adding it to the control.

    Declaration
    public object PivotItem { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved