Class TreeViewDesigner
Inheritance
System.Object
TreeViewDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class TreeViewDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
TreeViewDesigner()
Declaration
public TreeViewDesigner()
Fields
actionList
Declaration
protected 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 |
|
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Get the html element of the Accordion control in string format
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 |
|
Implements