Class DataSourceUpdateEventArgs
Class which holds the property for updating datasource
Inheritance
System.Object
System.EventArgs
DataSourceUpdateEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |