Class DataSourceUpdateEventArgs.ComputationProperties
This class holds the properties needed for computing custom summary.
Inheritance
System.Object
DataSourceUpdateEventArgs.ComputationProperties
Namespace: Syncfusion.Windows.Controls.PivotGrid.Converter
Assembly: Syncfusion.PivotGridConverter.Wpf.dll
Syntax
public class ComputationProperties : Object
Constructors
ComputationProperties(String, PivotSubtotalTypes)
Construct for the class ComputationProperties to initialize field name and sub-total type.
Declaration
public ComputationProperties(string newFieldName, PivotSubtotalTypes subTotalType)
Parameters
Type | Name | Description |
---|---|---|
System.String | newFieldName | Specified field name for computing custom summary. |
PivotSubtotalTypes | subTotalType | Sub-total type of the specified field name. |
Properties
FieldName
Gets or sets the field name for computing custom summary.
Declaration
public string FieldName { get; set; }
Property Value
Type |
---|
System.String |
SubTotalType
Gets or sets the sub-total type of the field for computing custom summary.
Declaration
public PivotSubtotalTypes SubTotalType { get; set; }
Property Value
Type |
---|
PivotSubtotalTypes |