Class SymbolPaletteDesigner
class represents the symbolpalette designer
Inheritance
System.Object
SymbolPaletteDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SymbolPaletteDesigner : ControlDesigner
Constructors
SymbolPaletteDesigner()
Declaration
public SymbolPaletteDesigner()
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 |
|
HostControl
Declaration
public SymbolPalette HostControl { get; }
Property Value
Palette
Declaration
public SymbolPalette Palette { get; }
Property Value
Methods
CreateContainer(HtmlTextWriter, SymbolPalette, Boolean)
Declaration
public void CreateContainer(HtmlTextWriter writer, SymbolPalette palette, bool ClearData)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
SymbolPalette |
palette |
|
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 |
|