Class FieldListRefreshedEventArgs
The field list refreshed event arguments provide the necessary information to render the pivot table.
Inheritance
System.Object
FieldListRefreshedEventArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class FieldListRefreshedEventArgs : Object
Constructors
FieldListRefreshedEventArgs()
Declaration
public FieldListRefreshedEventArgs()
Properties
DataSourceSettings
Defines the current report.
Declaration
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
public Matrix<Matrix<AxisSet>> PivotValues { get; set; }
Property Value
Type |
---|
Syncfusion.Blazor.PivotView.Matrix<Syncfusion.Blazor.PivotView.Matrix<AxisSet>> |