Class EJControlDesigner
Inheritance
System.Object
EJControlDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public abstract class EJControlDesigner : ControlDesigner, IEJControlDesigner
Constructors
EJControlDesigner()
Declaration
protected EJControlDesigner()
Properties
Control
Declaration
public Control Control { get; }
Property Value
Type |
Description |
System.Web.UI.Control |
|
ControlID
Declaration
protected virtual string ControlID { get; }
Property Value
Type |
Description |
System.String |
|
RenderImageOnly
Declaration
public virtual bool RenderImageOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
RequiresImageConvertion
Declaration
public virtual bool RequiresImageConvertion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public virtual int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetControlString()
Declaration
protected abstract string GetControlString()
Returns
Type |
Description |
System.String |
|
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
GetEmptyDesignTimeHtml()
Declaration
[SecurityCritical]
protected override string GetEmptyDesignTimeHtml()
Returns
Type |
Description |
System.String |
|
Explicit Interface Implementations
IEJControlDesigner.GetIService(Type)
Declaration
object IEJControlDesigner.GetIService(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.Object |
|
IEJControlDesigner.Root()
Declaration
WebFormsRootDesigner IEJControlDesigner.Root()
Returns
Type |
Description |
System.Web.UI.Design.WebFormsRootDesigner |
|
Implements