aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8073a244.md
Represents a progress bar control.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[DXClientDocumentationProviderWeb("BootstrapProgressBar")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapProgressBar :
ASPxProgressBar,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapProgressBar")>
Public Class BootstrapProgressBar
Inherits ASPxProgressBar
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
Note
The BootstrapProgressBar control provides you with comprehensive client-side functionality implemented using JavaScript code:
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.
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxProgressBar BootstrapProgressBar
See Also