A newer version of this page is available.
Switch to the current version.
BootstrapProgressBar Class
Represents a progress bar control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
[ToolboxTabName("DX.19.1: Bootstrap Controls")]
[DXClientDocumentationProviderWeb("BootstrapProgressBar")]
public class BootstrapProgressBar :
ASPxProgressBar,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
<ToolboxTabName("DX.19.1: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapProgressBar")>
Public Class BootstrapProgressBar
Inherits ASPxProgressBar
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
Remarks
NOTE
The BootstrapProgressBar control provides you with comprehensive client-side functionality implemented using JavaScript code:
- The control's client-side equivalent is represented by the BootstrapClientProgressBar object.
- On the client side, the client object can be accessed directly by the name specified via the ASPxEditBase.ClientInstanceName property.
- The available client events can be accessed by using the ASPxProgressBar.ClientSideEvents property.
The control's client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.
Inheritance
See Also
Feedback