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

UploadControlStyles.ProgressBarIndicator Property

Gets the style settings defining the appearance of the progress bar indicator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ProgressBarIndicatorStyle ProgressBarIndicator { get; }

Property Value

Type Description
ProgressBarIndicatorStyle

A ProgressBarIndicatorStyle object containing style settings.

Remarks

The ProgressBarIndicator property is in effect if the progress panel is visible, which is defined by the ASPxUploadControl.ShowProgressPanel property.

See Also