Class DataSourceUpdateEventArgs
Class which holds the property for updating datasource
Inheritance
System.Object
DataSourceUpdateEventArgs
Namespace: Syncfusion.Windows.Controls.PivotGrid.Converter
Assembly: Syncfusion.PivotGridConverter.Wpf.dll
Syntax
public class DataSourceUpdateEventArgs : EventArgs
Constructors
DataSourceUpdateEventArgs()
Default Constructor
Declaration
public DataSourceUpdateEventArgs()
Properties
ComputationProperty
Gets or sets the properties needed for custom summary computation.
Declaration
public Dictionary<string, DataSourceUpdateEventArgs.ComputationProperties> ComputationProperty { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, DataSourceUpdateEventArgs.ComputationProperties> |
DataSource
Gets or sets the DataTable as DataSource for PivotGrid.
Declaration
public DataTable DataSource { get; set; }
Property Value
Type |
---|
System.Data.DataTable |