menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldListRefreshedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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>>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved