menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotGridServiceMethods

    Inheritance
    System.Object
    PivotGridServiceMethods
    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.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotGridServiceMethods

    Constructors

    PivotGridServiceMethods()

    Declaration
    public PivotGridServiceMethods()

    Properties

    CalculatedField

    Declaration
    [JsonProperty("calculatedField")]
    public string CalculatedField { get; set; }
    Property Value
    Type Description
    System.String

    DeferUpdate

    Declaration
    [JsonProperty("deferUpdate")]
    public string DeferUpdate { get; set; }
    Property Value
    Type Description
    System.String

    Drilldown

    Declaration
    [JsonProperty("drillDown")]
    public string Drilldown { get; set; }
    Property Value
    Type Description
    System.String

    Export

    Declaration
    [JsonProperty("exportPivotGrid")]
    public string Export { get; set; }
    Property Value
    Type Description
    System.String

    FetchMembers

    Declaration
    [JsonProperty("fetchMembers")]
    public string FetchMembers { get; set; }
    Property Value
    Type Description
    System.String

    Filtering

    Declaration
    [JsonProperty("filtering")]
    public string Filtering { get; set; }
    Property Value
    Type Description
    System.String

    Initialize

    Declaration
    [JsonProperty("initialize")]
    public string Initialize { get; set; }
    Property Value
    Type Description
    System.String

    NodeDropped

    Declaration
    [JsonProperty("nodeDropped")]
    public string NodeDropped { get; set; }
    Property Value
    Type Description
    System.String

    NodeStateModified

    Declaration
    [JsonProperty("nodeStateModified")]
    public string NodeStateModified { get; set; }
    Property Value
    Type Description
    System.String

    Paging

    Declaration
    [JsonProperty("paging")]
    public string Paging { get; set; }
    Property Value
    Type Description
    System.String

    Sorting

    Declaration
    [JsonProperty("sorting")]
    public string Sorting { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved