alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FieldListRefreshedEventArgs

    The field list refreshed event arguments provide the necessary information to render the pivot table.

    Inheritance
    object
    FieldListRefreshedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved