menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PivotGridHelper

    Inheritance
    System.Object
    PivotGridHelper
    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 PivotGridHelper

    Constructors

    PivotGridHelper()

    Declaration
    public PivotGridHelper()

    Properties

    action

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

    cellPos

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

    cellPosition

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

    checkedStatus

    Declaration
    public bool checkedStatus { get; set; }
    Property Value
    Type Description
    System.Boolean

    clientReports

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

    columnUniqueName

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

    cubeName

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

    currentReport

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

    customObject

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

    dataManager

    Declaration
    public OlapDataManager dataManager { get; set; }
    Property Value
    Type Description
    Syncfusion.Olap.Manager.OlapDataManager

    dataSource

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

    dropAxis

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

    dropType

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

    enablePivotFieldList

    Declaration
    public bool enablePivotFieldList { get; set; }
    Property Value
    Type Description
    System.Boolean

    filterParams

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

    gridLayout

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

    headerInfo

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

    headerTag

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

    index

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

    layout

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

    nodeInfo

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

    operationalMode

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

    pagingInfo

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

    parentNode

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

    reportName

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

    rowUniqueName

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

    selector

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

    sortedHeaders

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

    summaryValues

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

    tag

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

    value

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

    valueHeaders

    Declaration
    public string valueHeaders { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved