menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotClientClientSideEvents

    Show / Hide Table of Contents

    Class PivotClientClientSideEvents

    Inheritance
    System.Object
    PivotClientClientSideEvents
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotClientClientSideEvents

    Constructors

    PivotClientClientSideEvents()

    Declaration
    public PivotClientClientSideEvents()

    Properties

    AfterServiceInvoke

    Declaration
    public string AfterServiceInvoke { get; set; }
    Property Value
    Type Description
    System.String

    AxesLabelRendering

    Declaration
    public string AxesLabelRendering { get; set; }
    Property Value
    Type Description
    System.String

    BeforeExport

    Declaration
    public string BeforeExport { get; set; }
    Property Value
    Type Description
    System.String

    BeforeServiceInvoke

    Declaration
    public string BeforeServiceInvoke { get; set; }
    Property Value
    Type Description
    System.String

    CellClick

    Declaration
    public string CellClick { get; set; }
    Property Value
    Type Description
    System.String

    CellContext

    Declaration
    public string CellContext { get; set; }
    Property Value
    Type Description
    System.String

    CellDoubleClick

    Declaration
    public string CellDoubleClick { get; set; }
    Property Value
    Type Description
    System.String

    CellEdit

    Declaration
    public string CellEdit { get; set; }
    Property Value
    Type Description
    System.String

    CellSelection

    Declaration
    public string CellSelection { get; set; }
    Property Value
    Type Description
    System.String

    ChartDrillSuccess

    Declaration
    public string ChartDrillSuccess { get; set; }
    Property Value
    Type Description
    System.String

    ChartLoad

    Declaration
    public string ChartLoad { get; set; }
    Property Value
    Type Description
    System.String

    ColumnHeaderHyperlinkClick

    Declaration
    public string ColumnHeaderHyperlinkClick { get; set; }
    Property Value
    Type Description
    System.String

    Destroy

    Declaration
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    DrillThrough

    Declaration
    public string DrillThrough { get; set; }
    Property Value
    Type Description
    System.String

    FetchReport

    Declaration
    public string FetchReport { get; set; }
    Property Value
    Type Description
    System.String

    GridDrillSuccess

    Declaration
    public string GridDrillSuccess { get; set; }
    Property Value
    Type Description
    System.String

    Load

    Declaration
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    LoadReport

    Declaration
    public string LoadReport { get; set; }
    Property Value
    Type Description
    System.String

    PointRegionClick

    Declaration
    public string PointRegionClick { get; set; }
    Property Value
    Type Description
    System.String

    RenderComplete

    Declaration
    public string RenderComplete { get; set; }
    Property Value
    Type Description
    System.String

    RenderFailure

    Declaration
    public string RenderFailure { get; set; }
    Property Value
    Type Description
    System.String

    RenderSuccess

    Declaration
    public string RenderSuccess { get; set; }
    Property Value
    Type Description
    System.String

    RowHeaderHyperlinkClick

    Declaration
    public string RowHeaderHyperlinkClick { get; set; }
    Property Value
    Type Description
    System.String

    SaveReport

    Declaration
    public string SaveReport { get; set; }
    Property Value
    Type Description
    System.String

    SchemaLoad

    Declaration
    public string SchemaLoad { get; set; }
    Property Value
    Type Description
    System.String

    SummaryCellHyperlinkClick

    Declaration
    public string SummaryCellHyperlinkClick { get; set; }
    Property Value
    Type Description
    System.String

    TreeMapDrillSuccess

    Declaration
    public string TreeMapDrillSuccess { get; set; }
    Property Value
    Type Description
    System.String

    TreeMapLoad

    Declaration
    public string TreeMapLoad { get; set; }
    Property Value
    Type Description
    System.String

    ValueCellHyperlinkClick

    Declaration
    public string ValueCellHyperlinkClick { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    SetValues(PivotClientProperties, PivotClientClientSideEvents)

    Declaration
    public PivotClientProperties SetValues(PivotClientProperties propModel, PivotClientClientSideEvents events)
    Parameters
    Type Name Description
    PivotClientProperties propModel
    PivotClientClientSideEvents events
    Returns
    Type Description
    PivotClientProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved