Back to Devexpress

ProgressBarExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-5acf6963.md

latest3.3 KB
Original Source

ProgressBarExtension Class

Represents an extension object implementing the ProgressBar functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ProgressBarExtension :
    EditorExtension
vb
Public Class ProgressBarExtension
    Inherits EditorExtension

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.

Inheritance

Object ExtensionBase EditorExtension ProgressBarExtension

See Also

ProgressBarExtension Members

ProgressBar

ProgressBarSettings

DevExpress.Web.Mvc Namespace