Class FieldListRefreshedEventArgs
The field list refreshed event arguments provide the necessary information to render the pivot table.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class FieldListRefreshedEventArgs
Constructors
FieldListRefreshedEventArgs()
Declaration
public FieldListRefreshedEventArgs()
Properties
DataSourceSettings
Defines the current report.
Declaration
[JsonPropertyName("dataSourceSettings")]
public DataOptions DataSourceSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| DataOptions | A DataOptions object that represents the data source settings for the current report. |
PivotValues
Defines the updated pivot table cell collections to update the pivot table.
Declaration
[JsonPropertyName("pivotValues")]
public Matrix<Matrix<AxisSet>> PivotValues { get; set; }
Property Value
| Type |
|---|
| Matrix<Matrix<AxisSet>> |