UploadControlSettings.ProgressBarSettings Property
In This Article
Gets the progress bar’s settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public UploadProgressBarSettings ProgressBarSettings { get; }
#Property Value
Type | Description |
---|---|
Upload |
A Upload |
#Remarks
Use the ProgressBarSettings property to access the settings that allow you to customize the UploadControl’s progress bar.
See Also