Class TreeMap
Implements
System.Web.IHtmlString
Inherited Members
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.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMap : Control, IHtmlString
Constructors
TreeMap()
Declaration
public TreeMap()
TreeMap(String)
Declaration
public TreeMap(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
TreeMap(String, TreeMapProperties)
Declaration
public TreeMap(string id, TreeMapProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
TreeMapProperties | propModel |
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TreeMapModel
Declaration
public TreeMapProperties TreeMapModel { get; set; }
Property Value
Type | Description |
---|---|
TreeMapProperties |
Methods
CreateContainer(String)
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString