Class HeatMapDesigner
Inheritance
System.Object
HeatMapDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class HeatMapDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
HeatMapDesigner()
Declaration
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
CreateContainer(HtmlTextWriter, HeatMap, Boolean)
Declaration
public void CreateContainer(HtmlTextWriter writer, HeatMap heatmap, bool ClearData)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
HeatMap |
heatmap |
|
System.Boolean |
ClearData |
|
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Overrides
Implements