UploadControlStyles.ProgressBarIndicator Property
Gets the style settings defining the appearance of the progress bar indicator.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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