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

ProgressStyle Class

Defines style settings for the progress bar element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ProgressStyle :
    AppearanceStyleBase

The following members return ProgressStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.ProgressBarStyle
UploadControlStyles.ProgressBar
ASP.NET Bootstrap Controls BootstrapUploadControl.ProgressBarStyle

Remarks

The ProgressStyle class contains style settings that define the appearance of the progress bar within the ASPxUploadControl.

An object of the ProgressStyle type can be accessed via the ASPxUploadControl.ProgressBarStyle property.

See Also