Skip to main content
A newer version of this page is available. .

ProgressBarExtension Class

Represents an extension object implementing the ProgressBar functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public class ProgressBarExtension :
    EditorExtension

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.

Inheritance

See Also