ProgressBarIndicatorStyle Class
In This Article
Defines style settings for the progress bar indicator element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ProgressBarIndicatorStyle :
IndicatorStyle
#Related API Members
The following members return ProgressBarIndicatorStyle objects:
#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.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
IndicatorStyle
ProgressBarIndicatorStyle
See Also