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.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ProgressStyle :
    AppearanceStyleBase

The following members return ProgressStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapUploadControl.ProgressBarStyle
ASP.NET Web Forms Controls ASPxUploadControl.ProgressBarStyle
UploadControlStyles.ProgressBar

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