Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LoadEventArgs<T> - Blazor API Reference | Syncfusion

    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
    System.Object
    LoadEventArgs<T>
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LoadEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    LoadEventArgs()

    Declaration
    public LoadEventArgs()

    Properties

    DataSourceSettings

    Defines current report

    Declaration
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type Description
    DataOptions

    FieldsType

    Defines the type of specifiec fields

    Declaration
    public object FieldsType { get; set; }
    Property Value
    Type Description
    System.Object

    Pivotview

    Defines the pivot table instance object

    Declaration
    public SfPivotView<T> Pivotview { get; set; }
    Property Value
    Type Description
    SfPivotView<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved