ASPxProgressBarBase Class
Serves as a base for a progress bar control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxProgressBarBase class implements the main functionality of a progress bar control.
This functionality is used within the following controls:
- The ASPxProgressBar control, which represents a progress bar web control and is a direct descendant of the ASPxProgressBarBase class.
- The ASPxUploadControl control, which can display a progress bar within its Progress Panel, and exposes progress bar settings via specific properties (such as the ASPxUploadControl.ProgressBarSettings, ASPxUploadControl.ProgressBarStyle, ASPxUploadControl.ProgressBarIndicatorStyle).
Implements
Inheritance
Object
Control
WebControl
ASPxWebControlBase
ASPxWebControl
ASPxProgressBarBase
See Also