menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotSchemaDesigner

    Inheritance
    System.Object
    CommonControl
    PivotSchemaDesigner
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.LoadViewState(Object)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotSchemaDesigner : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    PivotSchemaDesigner()

    Declaration
    public PivotSchemaDesigner()

    Fields

    Model

    Declaration
    public PivotSchemaDesignerProperties Model
    Field Value
    Type Description
    PivotSchemaDesignerProperties

    Properties

    ClientSideEvents

    Declaration
    public PivotSchemaDesignerClientSideEvents ClientSideEvents { get; set; }
    Property Value
    Type Description
    PivotSchemaDesignerClientSideEvents

    CssClass

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

    Destroy

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

    EnableCheckStateOnSearch

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

    EnableDragDrop

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

    EnableMemberEditorSorting

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

    EnableRTL

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

    EnableWrapper

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

    EnableXHRCredentials

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

    Height

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

    Layout

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

    Locale

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

    OlapSettings

    Declaration
    public OlapProperties OlapSettings { get; set; }
    Property Value
    Type Description
    OlapProperties

    PivotControl

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

    ServiceMethodSettings

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

    Url

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

    Width

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

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved