Class CalculatedFieldCreateEventArgs
The calcualted field create event arguments provide the necessary information about the calculated field settings before it creates to update the pviot table.
Inheritance
System.Object
CalculatedFieldCreateEventArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class CalculatedFieldCreateEventArgs : Object
Constructors
CalculatedFieldCreateEventArgs()
Declaration
public CalculatedFieldCreateEventArgs()
Properties
CalculatedField
Defines current calcualted field's infromation that used to modify and update.
Declaration
public CalculatedFields CalculatedField { get; set; }
Property Value
Type | Description |
---|---|
CalculatedFields |
CalculatedFieldSettings
Defines current calculated fields collection in the current pivot report.
Declaration
public List<CalculatedFieldSettings> CalculatedFieldSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CalculatedFieldSettings> |
Cancel
Defines an option to restrict the calculated field create operation
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DataSourceSettings
Defines current pivot report
Declaration
public DataOptions DataSourceSettings { get; set; }
Property Value
Type | Description |
---|---|
DataOptions |
FieldName
Defines the field name to create/update the calculated field settings.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |