UploadControlStyles.ProgressBarIndicator Property
In This Article
Gets the style settings defining the appearance of the progress bar indicator.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ProgressBarIndicatorStyle ProgressBarIndicator { get; }
#Property Value
Type | Description |
---|---|
Progress |
A Progress |
#Remarks
The ProgressBarIndicator property is in effect if the progress panel is visible, which is defined by the ASPxUploadControl.ShowProgressPanel property.
See Also