Class DiagramDesigner
class represents the diagram designer
Inheritance
System.Object
DiagramDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DiagramDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
DiagramDesigner()
Declaration
Fields
ActionList
Declaration
[SecurityCritical]
public DesignerActionListCollection ActionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
ControlID
Declaration
protected override string ControlID { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
diagram
Declaration
public Diagram diagram { get; }
Property Value
Diagram
Declaration
public Diagram Diagram { get; }
Property Value
HostControl
Declaration
public Diagram HostControl { get; }
Property Value
RequiresImageConvertion
Declaration
protected override bool RequiresImageConvertion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
CreateContainer(HtmlTextWriter, Diagram, Boolean)
Declaration
public void CreateContainer(HtmlTextWriter writer, Diagram diagram, bool ClearData)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Diagram |
diagram |
|
System.Boolean |
ClearData |
|
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
GetEmptyDesignTimeHtml()
Declaration
[SecurityCritical]
protected override string GetEmptyDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Overrides
GetErrorDesignTimeHtml(Exception)
Declaration
protected override string GetErrorDesignTimeHtml(Exception e)
Parameters
Type |
Name |
Description |
System.Exception |
e |
|
Returns
Type |
Description |
System.String |
|
Initialize(IComponent)
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Implements