ProgressBarExtension Class
Represents an extension object implementing the ProgressBar functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return ProgressBarExtension objects:
Remarks
To declare the ProgressBar in a View, invoke the ExtensionsFactory.ProgressBar helper method. This method returns the ProgressBar extension that is implemented by the ProgressBarExtension class.
To configure the ProgressBar extension, pass the ProgressBarSettings object to the ExtensionsFactory.ProgressBar helper method as a parameter. The ProgressBarSettings object contains all the ProgressBar extension settings.
Refer to the ProgressBar Overview topic to learn how to add the ProgressBar extension to your project.