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

UploadControlSettings.ProgressBarSettings Property

Gets the progress bar’s settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public UploadProgressBarSettings ProgressBarSettings { get; }

Property Value

Type Description
UploadProgressBarSettings

A UploadProgressBarSettings object that contains progress bar settings.

Remarks

Use the ProgressBarSettings property to access the settings that allow you to customize the UploadControl’s progress bar.

See Also