Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    PivotValues

    Defines the updated pivot table cell collections to update the pivot table.

    Declaration
    public Matrix<Matrix<AxisSet>> PivotValues { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.PivotView.Matrix<Syncfusion.Blazor.PivotView.Matrix<AxisSet>>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved