alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class LoadEventArgs<T>

    The load event arguments provides the necessary information to customize the pivot table before initializing the component.

    Inheritance
    object
    LoadEventArgs<T>
    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 LoadEventArgs<T>
    Type Parameters
    Name
    T

    Constructors

    LoadEventArgs()

    Declaration
    public LoadEventArgs()

    Properties

    DataSourceSettings

    Defines current report.

    Declaration
    [JsonPropertyName("dataSourceSettings")]
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type Description
    DataOptions

    An instance of the DataOptions class that contains the data source settings for the current report.

    FieldsType

    Defines the type of specified fields.

    Declaration
    [JsonPropertyName("fieldsType")]
    public Dictionary<string, string> FieldsType { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    A dictionary that maps the name of each field to its corresponding data type.

    Pivotview

    Defines the pivot table instance object.

    Declaration
    [JsonPropertyName("pivotview")]
    public SfPivotView<T> Pivotview { get; set; }
    Property Value
    Type Description
    SfPivotView<T>

    An instance of the SfPivotView<TValue> class that represents the pivot table control.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved