UploadControlSettings.ProgressBarSettings Property
Gets the progress bar’s settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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