menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotSchemaDesignerProperties

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

    Constructors

    PivotSchemaDesignerProperties()

    Declaration
    public PivotSchemaDesignerProperties()

    Properties

    AfterServiceInvoke

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

    BeforeServiceInvoke

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

    CssClass

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

    Destroy

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

    EnableCheckStateOnSearch

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

    EnableDragDrop

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

    EnableMemberEditorSorting

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

    EnableRTL

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

    EnableWrapper

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

    EnableXHRCredentials

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

    Filters

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

    Height

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

    Layout

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

    Load

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

    Locale

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

    Olap

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

    PivotCalculations

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

    PivotColumns

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

    PivotControl

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

    PivotRows

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

    PivotTableFields

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

    ServiceMethodSettings

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

    Url

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

    Width

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

    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