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 |
---|
System.Object |