menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PivotGridProperties

    Inheritance
    System.Object
    EJTagHelper
    PivotGridProperties
    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 PivotGridProperties : EJTagHelper

    Constructors

    PivotGridProperties()

    Declaration
    public PivotGridProperties()

    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

    ApplyFieldCaption

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

    BeforeExport

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

    BeforePivotEnginePopulate

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

    BeforeServiceInvoke

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

    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

    ColumnHeaderHyperlinkClick

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

    ConditionalFormatSettings

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

    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

    DrillSuccess

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

    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

    EnableCollapseByDefault

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

    EnableColumnGrandTotal

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

    EnableColumnResizing

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

    EnableCompleteDataExport

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

    EnableConditionalFormatting

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

    EnableContextMenu

    Declaration
    [JsonProperty("enableContextMenu")]
    public bool EnableContextMenu { 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

    EnableGrandTotal

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

    EnableGroupingBar

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

    EnableJSONRendering

    Declaration
    [JsonProperty("enableJSONRendering")]
    public bool EnableJSONRendering { 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

    EnablePivotFieldList

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

    EnableRowGrandTotal

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

    EnableRTL

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

    EnableToolTip

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

    EnableToolTipAnimation

    Declaration
    [JsonProperty("enableToolTipAnimation")]
    public bool EnableToolTipAnimation { 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

    FrozenHeaderSettings

    Declaration
    [JsonProperty("frozenHeaderSettings")]
    public FrozenHeaderSettings FrozenHeaderSettings { get; set; }
    Property Value
    Type Description
    FrozenHeaderSettings

    HeaderSettings

    Declaration
    [JsonProperty("headerSettings")]
    public HeaderSettings HeaderSettings { get; set; }
    Property Value
    Type Description
    HeaderSettings

    HyperlinkSettings

    Declaration
    [JsonProperty("hyperlinkSettings")]
    public HyperlinkSettings HyperlinkSettings { get; set; }
    Property Value
    Type Description
    HyperlinkSettings

    IsResponsive

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

    JSONRecords

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

    Layout

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

    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

    PivotEnginePopulated

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

    PivotTableFieldListID

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

    ResizeColumnsToFit

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

    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

    ServerCSVExporting

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

    ServerExcelExporting

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

    ServerPDFExporting

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

    ServerWordExporting

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

    ServiceMethodSettings

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

    ShowUniqueNameOnPivotButton

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

    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

    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 ValueSortSettings ValueSortSettings { get; set; }
    Property Value
    Type Description
    ValueSortSettings

    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