Class ProgressBar
The ProgressBar control is a graphical control element used to visualize the changing status of an extended operation.
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ProgressBar : Control, IHtmlString
Constructors
ProgressBar()
Initializes a new instance of the ProgressBar class.
Declaration
public ProgressBar()
ProgressBar(String, ProgressBarProperties)
Initializes a new instance of the ProgressBar class by the specified id and the ProgressBar properties.
Declaration
public ProgressBar(string id, ProgressBarProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
ProgressBarProperties | propModel |
Properties
Model
Instance of control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the toggle button element as 'ejProgressBar'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ProgressBarModel
Gets or sets the ProgressBar properties to the model.
Declaration
public ProgressBarProperties ProgressBarModel { get; set; }
Property Value
Type | Description |
---|---|
ProgressBarProperties |
TagName
Gets the tag name of the toggle button element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the ProgressBar control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Represents an HTML element of the ProgressBar control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString