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

ProgressBarIndicatorStyle Class

Defines style settings for the progress bar indicator element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ProgressBarIndicatorStyle :
    IndicatorStyle

Remarks

The ProgressBarIndicatorStyle class contains settings that define the style of the progress bar indicator within the ASPxUploadControl.

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

See Also