Class PivotTreeMap
Inheritance
System.Object
PivotTreeMap
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 PivotTreeMap : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
PivotTreeMap()
Declaration
Fields
Model
Declaration
public PivotTreeMapProperties Model
Field Value
Properties
ClientSideEvents
Declaration
public PivotTreeMapClientSideEvents ClientSideEvents { get; set; }
Property Value
CssClass
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomObject
Declaration
public Dictionary<string, object> CustomObject { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
DataSource
Declaration
public PivotDataSource DataSource { get; set; }
Property Value
EnableXHRCredentials
Declaration
public bool EnableXHRCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsResponsive
Declaration
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
ServiceMethodSettings
Declaration
public PivotTreeMapServiceMethods ServiceMethodSettings { get; set; }
Property Value
Url
Declaration
public string Url { 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 |
|
PostBackEventHandler(String, Dictionary<String, Object>)
Declaration
public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
Parameters
Type |
Name |
Description |
System.String |
EventName |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
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
UpdateServerModel(Dictionary<String, Object>)
Declaration
public override void UpdateServerModel(Dictionary<string, object> ClientModel)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
ClientModel |
|
Overrides
Events
DrillSuccess
Declaration
public event PivotTreeMap.PivotTreeMapEventHandler DrillSuccess
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService