Back to Devexpress

ProgressBarSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-ac351471.md

latest2.5 KB
Original Source

ProgressBarSettings Class

Contains the ProgressBar extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ProgressBarSettings :
    EditorSettings
vb
Public Class ProgressBarSettings
    Inherits 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

Object SettingsBase EditorSettings ProgressBarSettings

See Also

ProgressBarSettings Members

ProgressBar

ProgressBarExtension

DevExpress.Web.Mvc Namespace