ExtensionsFactory<ModelType>.ProgressBarFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ProgressBarSettings>) Method
In This Article
Creates a ProgressBar.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ProgressBarExtension ProgressBarFor<ValueType>(
Expression<Func<ModelType, ValueType>> expression,
Action<ProgressBarSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
expression | Expression<Func<Model |
An expression that identifies the object that contains the properties to display. |
method | Action<Progress |
A delegate method that accepts Progress |
#Type Parameters
Name |
---|
Value |
#Returns
Type | Description |
---|---|
Progress |
A Progress |
See Also