Skip to main content
Tab

UploadControlStyles.ProgressBar Property

Gets the style settings used to paint the progress bar within the ASPxUploadControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ProgressStyle ProgressBar { get; }

Property Value

Type Description
ProgressStyle

A ProgressStyle object containing style settings.

See Also