menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PivotClientProperties

    Inheritance
    System.Object
    EJTagHelper
    PivotClientProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    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 PivotClientProperties : EJTagHelper

    Constructors

    PivotClientProperties()

    Declaration
    public PivotClientProperties()

    Properties

    AfterServiceInvoke

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

    AnalysisMode

    Declaration
    [JsonProperty("analysisMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotAnalysisMode AnalysisMode { get; set; }
    Property Value
    Type Description
    PivotAnalysisMode

    AxesLabelRendering

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

    BeforeExport

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

    BeforeServiceInvoke

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

    CalculatedMembers

    Declaration
    [JsonProperty("calculatedMembers")]
    public List<PivotClientCalculatedMember> CalculatedMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PivotClientCalculatedMember>

    CellClick

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

    CellContext

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

    CellDoubleClick

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

    CellEdit

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

    CellSelection

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

    ChartDrillSuccess

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

    ChartLoad

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

    ChartType

    Declaration
    [JsonProperty("chartType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotChartType ChartType { get; set; }
    Property Value
    Type Description
    PivotChartType

    ClientExportMode

    Declaration
    [JsonProperty("clientExportMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ClientExportMode ClientExportMode { get; set; }
    Property Value
    Type Description
    ClientExportMode

    CollapseCubeBrowserByDefault

    Declaration
    [JsonProperty("collapseCubeBrowserByDefault")]
    public bool CollapseCubeBrowserByDefault { get; set; }
    Property Value
    Type Description
    System.Boolean

    ColumnHeaderHyperlinkClick

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

    CssClass

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

    CurrentReport

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

    CustomObject

    Declaration
    [JsonProperty("customObject")]
    public Dictionary<string, object> CustomObject { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    DataSource

    Declaration
    [JsonProperty("dataSource")]
    public PivotDataSource DataSource { get; set; }
    Property Value
    Type Description
    PivotDataSource

    Destroy

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

    DisplaySettings

    Declaration
    [JsonProperty("displaySettings")]
    public object DisplaySettings { get; set; }
    Property Value
    Type Description
    System.Object

    DrillThrough

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

    EnableAdvancedFilter

    Declaration
    [JsonProperty("enableAdvancedFilter")]
    public bool EnableAdvancedFilter { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellClick

    Declaration
    [JsonProperty("enableCellClick")]
    public bool EnableCellClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellContext

    Declaration
    [JsonProperty("enableCellContext")]
    public bool EnableCellContext { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellDoubleClick

    Declaration
    [JsonProperty("enableCellDoubleClick")]
    public bool EnableCellDoubleClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellEditing

    Declaration
    [JsonProperty("enableCellEditing")]
    public bool EnableCellEditing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellSelection

    Declaration
    [JsonProperty("enableCellSelection")]
    public bool EnableCellSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCheckStateOnSearch

    Declaration
    [JsonProperty("enableCheckStateOnSearch")]
    public bool EnableCheckStateOnSearch { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableColumnHeaderHyperlink

    Declaration
    [JsonProperty("enableColumnHeaderHyperlink")]
    public bool EnableColumnHeaderHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCompleteDataExport

    Declaration
    [JsonProperty("enableCompleteDataExport")]
    public bool EnableCompleteDataExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDefaultValue

    Declaration
    [JsonProperty("enableDefaultValue")]
    public bool EnableDefaultValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDeferUpdate

    Declaration
    [JsonProperty("enableDeferUpdate")]
    public bool EnableDeferUpdate { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDrillThrough

    Declaration
    [JsonProperty("enableDrillThrough")]
    public bool EnableDrillThrough { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableKPI

    Declaration
    [JsonProperty("enableKPI")]
    public bool EnableKPI { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLocalStorage

    Declaration
    [JsonProperty("enableLocalStorage")]
    public bool EnableLocalStorage { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMeasureGroups

    Declaration
    [JsonProperty("enableMeasureGroups")]
    public bool EnableMeasureGroups { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMemberEditorPaging

    Declaration
    [JsonProperty("enableMemberEditorPaging")]
    public bool EnableMemberEditorPaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMemberEditorSorting

    Declaration
    [JsonProperty("enableMemberEditorSorting")]
    public bool EnableMemberEditorSorting { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePaging

    Declaration
    [JsonProperty("enablePaging")]
    public bool EnablePaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePivotTreeMap

    Declaration
    [JsonProperty("enablePivotTreeMap")]
    public bool EnablePivotTreeMap { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRowHeaderHyperlink

    Declaration
    [JsonProperty("enableRowHeaderHyperlink")]
    public bool EnableRowHeaderHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRTL

    Declaration
    [JsonProperty("enableRTL")]
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSplitter

    Declaration
    [JsonProperty("enableSplitter")]
    public bool EnableSplitter { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSummaryCellHyperlink

    Declaration
    [JsonProperty("enableSummaryCellHyperlink")]
    public bool EnableSummaryCellHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableToolBar

    Declaration
    [JsonProperty("enableToolBar")]
    public bool EnableToolBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableValueCellHyperlink

    Declaration
    [JsonProperty("enableValueCellHyperlink")]
    public bool EnableValueCellHyperlink { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableVirtualScrolling

    Declaration
    [JsonProperty("enableVirtualScrolling")]
    public bool EnableVirtualScrolling { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableXHRCredentials

    Declaration
    [JsonProperty("enableXHRCredentials")]
    public bool EnableXHRCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    FetchReport

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

    GridDrillSuccess

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

    GridLayout

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("gridLayout")]
    public PivotGridLayout GridLayout { get; set; }
    Property Value
    Type Description
    PivotGridLayout

    IsResponsive

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Load

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

    LoadReport

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

    Locale

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

    MaxNodeLimitInMemberEditor

    Declaration
    [JsonProperty("maxNodeLimitInMemberEditor")]
    public int MaxNodeLimitInMemberEditor { get; set; }
    Property Value
    Type Description
    System.Int32

    MemberEditorPageSize

    Declaration
    [JsonProperty("memberEditorPageSize")]
    public int MemberEditorPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    OperationalMode

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("operationalMode")]
    public PivotOperationalMode OperationalMode { get; set; }
    Property Value
    Type Description
    PivotOperationalMode

    PointRegionClick

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

    RenderComplete

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

    RenderFailure

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

    RenderSuccess

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

    RowHeaderHyperlinkClick

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

    SaveReport

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

    SchemaLoad

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

    ServiceMethodSettings

    Declaration
    [JsonProperty("serviceMethodSettings")]
    public object ServiceMethodSettings { get; set; }
    Property Value
    Type Description
    System.Object

    ShowReportCollection

    Declaration
    [JsonProperty("showReportCollection")]
    public bool ShowReportCollection { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowUniqueNameOnPivotButton

    Declaration
    [JsonProperty("showUniqueNameOnPivotButton")]
    public bool ShowUniqueNameOnPivotButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Declaration
    [JsonProperty("size")]
    public object Size { get; set; }
    Property Value
    Type Description
    System.Object

    SortCubeMeasures

    Declaration
    [JsonProperty("sortCubeMeasures")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SortOrder SortCubeMeasures { get; set; }
    Property Value
    Type Description
    SortOrder

    SubTotalSettings

    Declaration
    [JsonProperty("subTotalSettings")]
    public List<SubTotalSettings> SubTotalSettings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SubTotalSettings>

    SummaryCellHyperlinkClick

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

    Title

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

    ToolbarIconSettings

    Declaration
    [JsonProperty("toolbarIconSettings")]
    public object ToolbarIconSettings { get; set; }
    Property Value
    Type Description
    System.Object

    TreeMapDrillSuccess

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

    TreeMapLoad

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

    Url

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

    ValueCellHyperlinkClick

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

    ValueSortSettings

    Declaration
    [JsonProperty("valueSortSettings")]
    public object ValueSortSettings { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved