Skip to main content
Tab

ProgressBarIndicatorStyle Class

Defines style settings for the progress bar indicator element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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