Class ProgressBarDesigner
Represents tbe ProgressBarDesigner class
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ProgressBarDesigner : EJControlDesigner, IEJControlDesigner
Constructors
ProgressBarDesigner()
Declaration
public ProgressBarDesigner()
Fields
ActionList
Declaration
[SecurityCritical]
public DesignerActionListCollection ActionList
Field Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Properties
ActionLists
Allowing recursive composition of different sets of Actions.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
ProgressBar
Gets the base component to the ProgressBar class
Declaration
public ProgressBar ProgressBar { get; }
Property Value
Type | Description |
---|---|
ProgressBar |
Methods
GetControlString()
Get the html element of the ProgressBar control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |