Skip to main content
Tab

ProgressStyle Class

Defines style settings for the progress bar element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ProgressStyle :
    AppearanceStyleBase

The following members return ProgressStyle objects:

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