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

ProgressBarSettings Class

Contains the ProgressBar extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class ProgressBarSettings :
    EditorSettings

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.

To access the ProgressBar specific settings, refer to the ProgressBarSettings.Properties property.

Inheritance

See Also