Class UploadBoxDesigner
Represents the UploadBoxDesigner class
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class UploadBoxDesigner : EJControlDesigner, IEJControlDesigner
Constructors
UploadBoxDesigner()
Initializes a new instance of UploadBoxDesigner class
Declaration
public UploadBoxDesigner()
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 |
UploadBox
Gets the base component to the UploadBox class
Declaration
public UploadBox UploadBox { get; }
Property Value
Type | Description |
---|---|
UploadBox |
Methods
GetControlString()
Get the html element of the UploadBox control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |