Class PivotSchemaDesigner
Inheritance
System.Object
PivotSchemaDesigner
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
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
Properties
ClientSideEvents
Declaration
public PivotSchemaDesignerClientSideEvents ClientSideEvents { get; set; }
Property Value
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
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
OlapSettings
Declaration
public OlapProperties OlapSettings { get; set; }
Property Value
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
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Render()
Declaration
Returns
Type |
Description |
System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService