Class OverviewDesigner
class represents the overview designer
Inheritance
System.Object
OverviewDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class OverviewDesigner : ControlDesigner
Constructors
OverviewDesigner()
Declaration
public OverviewDesigner()
Fields
ActionList
Declaration
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 |
|
HostControl
Declaration
public Overview HostControl { get; }
Property Value
Overview
Declaration
public Overview Overview { get; }
Property Value
Methods
CreateContainer(HtmlTextWriter, Overview, Boolean)
Declaration
public void CreateContainer(HtmlTextWriter writer, Overview overview, bool ClearData)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overview |
overview |
|
System.Boolean |
ClearData |
|
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
GetEmptyDesignTimeHtml()
Declaration
protected override string GetEmptyDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
GetErrorDesignTimeHtml(Exception)
Declaration
protected override string GetErrorDesignTimeHtml(Exception e)
Parameters
Type |
Name |
Description |
System.Exception |
e |
|
Returns
Type |
Description |
System.String |
|