menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotSchemaDesignerServiceMethods

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

    Constructors

    PivotSchemaDesignerServiceMethods()

    Declaration
    public PivotSchemaDesignerServiceMethods()

    Properties

    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

    MemberExpanded

    Declaration
    [JsonProperty("memberexpand")]
    public string MemberExpanded { 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

    RemoveButton

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